API endpoint that allows NetPrecision levels to be viewed.

GET:
Return a list of all the existing NetPrecision levels.

GET /2.2.0/config/netprecision/?format=api&ordering=-id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 17,
    "next": "https://ll.thespacedevs.com/2.2.0/config/netprecision/?format=api&limit=10&offset=10&ordering=-id",
    "previous": null,
    "results": [
        {
            "id": 16,
            "name": "Decade",
            "abbrev": "DEC",
            "description": "The T-0 is expected in the given decade."
        },
        {
            "id": 15,
            "name": "Fiscal Year",
            "abbrev": "FY",
            "description": "The T-0 is expected in the given fiscal year of the launch country."
        },
        {
            "id": 14,
            "name": "Year",
            "abbrev": "Y",
            "description": "The T-0 is expected in the given year."
        },
        {
            "id": 13,
            "name": "Year Half 2",
            "abbrev": "H2",
            "description": "The T-0 is expected in the second half of the given year."
        },
        {
            "id": 12,
            "name": "Year Half 1",
            "abbrev": "H1",
            "description": "The T-0 is expected in the first half of the given year."
        },
        {
            "id": 11,
            "name": "Quarter 4",
            "abbrev": "Q4",
            "description": "The T-0 is expected in the fourth quarter of the given year."
        },
        {
            "id": 10,
            "name": "Quarter 3",
            "abbrev": "Q3",
            "description": "The T-0 is expected in the third quarter of the given year."
        },
        {
            "id": 9,
            "name": "Quarter 2",
            "abbrev": "Q2",
            "description": "The T-0 is expected in the second quarter of the given year."
        },
        {
            "id": 8,
            "name": "Quarter 1",
            "abbrev": "Q1",
            "description": "The T-0 is expected in the first quarter of the given year."
        },
        {
            "id": 7,
            "name": "Month",
            "abbrev": "M",
            "description": "The T-0 is expected in the given month."
        }
    ]
}