GET /api/stratigraphic-qualifiers/
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 7,
            "name": "Absolute age"
        },
        {
            "id": 5,
            "name": "Biostratigraphy"
        },
        {
            "id": 4,
            "name": "Chemostratigraphy"
        },
        {
            "id": 1,
            "name": "Chronostratigraphy"
        },
        {
            "id": 2,
            "name": "Lithostratigraphy"
        },
        {
            "id": 3,
            "name": "Regional Standard"
        },
        {
            "id": 6,
            "name": "Sequence-stratigraphy"
        }
    ]
}