Number of results

Use limit to control the number of objects in the response (max 100)

Example - /config/net_precisions/?limit=2

Format

Switch to JSON output - /config/net_precisions/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/config/net_precisions/?format=api&offset=10&ordering=-abbrev
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 17,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.3.0/config/net_precisions/?format=api&limit=10&ordering=-abbrev",
    "results": [
        {
            "id": 2,
            "name": "Hour",
            "abbrev": "HR",
            "description": "The T-0 is accurate to the hour."
        },
        {
            "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": 15,
            "name": "Fiscal Year",
            "abbrev": "FY",
            "description": "The T-0 is expected in the given fiscal year of the launch country."
        },
        {
            "id": 16,
            "name": "Decade",
            "abbrev": "DEC",
            "description": "The T-0 is expected in the given decade."
        },
        {
            "id": 5,
            "name": "Day",
            "abbrev": "DAY",
            "description": "The T-0 is expected on the given day."
        },
        {
            "id": 3,
            "name": "Morning",
            "abbrev": "AM",
            "description": "The T-0 is expected in the morning (local time)."
        }
    ]
}