GET /api/3.0/browse/media-type/Books/?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": "Upon Their Shoulders (book)",
            "model": "article",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/Upon%20Their%20Shoulders%20(book)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/Upon%20Their%20Shoulders%20(book)/?format=api"
            },
            "title": "Upon Their Shoulders (book)",
            "description": "Novel centering on a Japanese American family in Hawai'i that may have been the first English-language published novel by a Japanese American about the Japanese American experience. Beginning with immigration and\n  \n   sugar plantations\n  \n  , the novel ends in the World War II era, addressing issues of internment, loyalty, and multiculturalism.",
            "url_title": "Upon Their Shoulders (book)",
            "categories": [
                "Arts"
            ],
            "rg_rgmediatype": [
                "Books"
            ],
            "rg_interestlevel": [
                "Grades 9-12",
                "Adult"
            ],
            "rg_genre": [
                "Historical Fiction"
            ],
            "rg_theme": [
                "Change versus tradition",
                "Desire to escape",
                "Disillusionment and dreams",
                "Family – blessing or curse",
                "Immigrant experience",
                "Overcoming – fear, weakness, vice"
            ],
            "rg_availability": [
                "Limited availability"
            ]
        }
    ],
    "query": {
        "query": {
            "bool": {
                "filter": [
                    {
                        "term": {
                            "published_rg": true
                        }
                    },
                    {
                        "term": {
                            "rg_rgmediatype": "Books"
                        }
                    }
                ]
            }
        },
        "_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": {}
}