GET /api/3.0/browse/time/1970%20to%201990/?format=api
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "total": 2,
    "limit": 25,
    "offset": 0,
    "prev_offset": null,
    "next_offset": null,
    "page_size": 25,
    "this_page": 1,
    "num_this_page": 2,
    "prev_api": "",
    "next_api": "",
    "objects": [
        {
            "id": "A Bridge Between Us (book)",
            "model": "article",
            "index": "0 0/{'value': 2, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/A%20Bridge%20Between%20Us%20(book)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/A%20Bridge%20Between%20Us%20(book)/?format=api"
            },
            "title": "A Bridge Between Us (book)",
            "description": "Critically acclaimed 1995 novel by Julie Shigekuni that is both a multi-generational family saga about a Japanese American family in San Francisco and a coming-of-age novel centered on a fifth-generation Japanese American woman growing up in a four generation household. The story—which includes the family's incarceration at\n  \n   Heart Mountain\n  \n  —is told from the perspectives of four women of different generations who live together in the family home in San Francisco.",
            "url_title": "A Bridge Between Us (book)",
            "categories": [
                "Arts"
            ],
            "rg_rgmediatype": [
                "books"
            ],
            "rg_interestlevel": [
                "Grades 9-12",
                "Adult"
            ],
            "rg_genre": [
                "Fiction"
            ],
            "rg_theme": [
                "Coming of age",
                "Role of women"
            ],
            "rg_readinglevel": [
                "Grades 9-12",
                "Adult"
            ],
            "rg_availability": [
                "Widely available"
            ],
            "rg_rgmediatype_label": "Books",
            "rg_rgmediatype_icon": "fa-book"
        },
        {
            "id": "Right of Passage (film)",
            "model": "article",
            "index": "1 1/{'value': 2, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/Right%20of%20Passage%20(film)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/Right%20of%20Passage%20(film)/?format=api"
            },
            "title": "Right of Passage (film)",
            "description": "Documentary film by Janice D. Tanaka that chronicles the convoluted twenty-year history of the\n  \n   Redress Movement\n  \n  .",
            "url_title": "Right of Passage (film)",
            "categories": [
                "Redress"
            ],
            "rg_rgmediatype": [
                "films"
            ],
            "rg_interestlevel": [
                "Grades 9-12",
                "Adult"
            ],
            "rg_genre": [
                "Documentary"
            ],
            "rg_theme": [
                "Empowerment",
                "Female roles",
                "Importance of community",
                "Power of the past"
            ],
            "rg_availability": [
                "Available"
            ],
            "rg_rgmediatype_label": "Films and Video",
            "rg_rgmediatype_icon": "fa-film"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "filter": [
                    {
                        "term": {
                            "published_rg": true
                        }
                    },
                    {
                        "term": {
                            "rg_chronology": "1970 to 1990"
                        }
                    }
                ]
            }
        },
        "_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": {}
}