GET /api/3.0/browse/time/1900s-1950s/?format=api
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "total": 1,
    "limit": 25,
    "offset": 0,
    "prev_offset": null,
    "next_offset": null,
    "page_size": 25,
    "this_page": 1,
    "num_this_page": 1,
    "prev_api": "",
    "next_api": "",
    "objects": [
        {
            "id": "Home Again (book)",
            "model": "article",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/Home%20Again%20(book)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/Home%20Again%20(book)/?format=api"
            },
            "title": "Home Again (book)",
            "description": "A 1955 novel authored by a former\n  \n   War Relocation Authority\n  \n  (WRA) official that tells the epic story of one Japanese American family from California, covering their prewar travails, their wartime incarceration, and their return to California after the war. The book was heavily promoted particularly within the Japanese American community and widely reviewed.",
            "url_title": "Home Again (book)",
            "categories": [
                "Arts"
            ],
            "rg_rgmediatype": [
                "books"
            ],
            "rg_interestlevel": [
                "Grades 9-12",
                "Adult"
            ],
            "rg_genre": [
                "Fiction"
            ],
            "rg_theme": [
                "Character - destruction and building up",
                "Displacement",
                "Evils of racism"
            ],
            "rg_readinglevel": [
                "Grades 9-12",
                "Adult"
            ],
            "rg_availability": [
                "Available"
            ],
            "rg_rgmediatype_label": "Books",
            "rg_rgmediatype_icon": "fa-book"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "filter": [
                    {
                        "term": {
                            "published_rg": true
                        }
                    },
                    {
                        "term": {
                            "rg_chronology": "1900s-1950s"
                        }
                    }
                ]
            }
        },
        "_source": [
            "title",
            "url_title",
            "description",
            "body",
            "categories",
            "coordinates",
            "fulltext",
            "rg_rgmediatype",
            "rg_interestlevel",
            "rg_readinglevel",
            "rg_theme",
            "rg_genre",
            "rg_pov",
            "rg_availability",
            "rg_geography",
            "rg_chronology",
            "rg_hasteachingaids",
            "rg_freewebversion"
        ]
    },
    "aggregations": {}
}