GET /api/keyword/?format=api&page=3
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "links": {
        "next": "https://microlib.io/api/keyword/?format=api&page=4",
        "previous": "https://microlib.io/api/keyword/?format=api&page=2",
        "first": "https://microlib.io/api/keyword/?page=1",
        "last": "https://microlib.io/api/keyword/?page=8"
    },
    "total": 90,
    "page": 3,
    "page_size": 12,
    "number_pages": 8,
    "results": [
        {
            "id": 25,
            "name": "proeutectoid steel"
        },
        {
            "id": 26,
            "name": "hypereutectoid"
        },
        {
            "id": 27,
            "name": "Widmanstätten"
        },
        {
            "id": 28,
            "name": "annealing"
        },
        {
            "id": 29,
            "name": "brass"
        },
        {
            "id": 30,
            "name": "partial recrystallisation"
        },
        {
            "id": 31,
            "name": "recrystallisation"
        },
        {
            "id": 32,
            "name": "twinning"
        },
        {
            "id": 33,
            "name": "zinc"
        },
        {
            "id": 34,
            "name": "beryllium"
        },
        {
            "id": 35,
            "name": "quenching"
        },
        {
            "id": 36,
            "name": "solution heat treatment"
        }
    ]
}