GET /api/3.0/browse/media-type/Films/?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": "The Legacy of Heart Mountain (film)",
            "model": "article",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/The%20Legacy%20of%20Heart%20Mountain%20(film)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/The%20Legacy%20of%20Heart%20Mountain%20(film)/?format=api"
            },
            "title": "The Legacy of Heart Mountain (film)",
            "description": "Documentary that explores various human interest stories centered on the\n  \n   Heart Mountain\n  \n  , Wyoming, concentration camp. Produced and written by KABC-TV (Los Angeles) news anchorman David Ono and documentary filmmaker Jeff MacIntyre,\n  \n   The Legacy of Heart Mountain\n  \n  aired on local and national television and won three local area Emmy Awards.",
            "url_title": "The Legacy of Heart Mountain (film)",
            "categories": [
                "Arts"
            ],
            "rg_rgmediatype": [
                "Films"
            ],
            "rg_interestlevel": [
                "Grades 7-8",
                "Grades 9-12",
                "Adult"
            ],
            "rg_genre": [
                "Documentary",
                "History"
            ],
            "rg_theme": [
                "Importance of community",
                "Overcoming – fear, weakness, vice",
                "Power of the past",
                "Will to survive"
            ],
            "rg_availability": [
                "Widely available"
            ]
        }
    ],
    "query": {
        "query": {
            "bool": {
                "filter": [
                    {
                        "term": {
                            "published_rg": true
                        }
                    },
                    {
                        "term": {
                            "rg_rgmediatype": "Films"
                        }
                    }
                ]
            }
        },
        "_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": {}
}