GET /api/3.0/browse/time/1925-2007/?format=api
HTTP 200 OK
Allow: GET, OPTIONS
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": "My Life with a Thousand Characters (book)",
            "model": "article",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/My%20Life%20with%20a%20Thousand%20Characters%20(book)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/My%20Life%20with%20a%20Thousand%20Characters%20(book)/?format=api"
            },
            "title": "My Life with a Thousand Characters (book)",
            "description": "The creator of numerous Hanna-Barbera characters including those from Scooby Doo tells his life story, including his childhood as a\n  \n   Nisei\n  \n  in Los Angeles and his experience incarcerated at\n  \n   Manzanar\n  \n  concentration camp.",
            "url_title": "My Life with a Thousand Characters (book)",
            "categories": [
                "Arts"
            ],
            "rg_rgmediatype": [
                "books"
            ],
            "rg_genre": [
                "Memoir"
            ],
            "rg_theme": [
                "Coming of age",
                "Expression through art",
                "Overcoming - fear, weakness, vice"
            ],
            "rg_availability": [
                "Available"
            ],
            "rg_rgmediatype_label": "Books",
            "rg_rgmediatype_icon": "fa-book"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "filter": [
                    {
                        "term": {
                            "published_rg": true
                        }
                    },
                    {
                        "term": {
                            "rg_chronology": "1925-2007"
                        }
                    }
                ]
            }
        },
        "_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": {}
}