GET /api/3.0/browse/time/1883-1942/?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": "Private Life (book)",
            "model": "article",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/Private%20Life%20(book)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/Private%20Life%20(book)/?format=api"
            },
            "title": "Private Life (book)",
            "description": "A middle-aged white woman recounts her friendship with a Japanese American family she first meets through personal tragedy; the injustice they experience, partly as a result of her own husband, leads her to a personal awakening.",
            "url_title": "Private Life (book)",
            "categories": [
                "Arts"
            ],
            "rg_rgmediatype": [
                "books"
            ],
            "rg_genre": [
                "Historical Fiction"
            ],
            "rg_theme": [
                "Facing reality",
                "Identity crisis",
                "Female roles",
                "Disillusionment and dreams"
            ],
            "rg_availability": [
                "Available"
            ],
            "rg_rgmediatype_label": "Books",
            "rg_rgmediatype_icon": "fa-book"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "filter": [
                    {
                        "term": {
                            "published_rg": true
                        }
                    },
                    {
                        "term": {
                            "rg_chronology": "1883-1942"
                        }
                    }
                ]
            }
        },
        "_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": {}
}