GET /api/3.0/browse/media-type/essays/?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": "A Young American with a Japanese Face (essay)",
            "model": "article",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/A%20Young%20American%20with%20a%20Japanese%20Face%20(essay)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/A%20Young%20American%20with%20a%20Japanese%20Face%20(essay)/?format=api"
            },
            "title": "A Young American with a Japanese Face (essay)",
            "description": "Early first-person account of the issues facing\n  \n   Nisei\n  \n  written by an anonymous Nisei and published in the popular anthology\n  \n   From Many Lands\n  \n  , edited by\n  \n   Louis Adamic\n  \n  , in 1940. The account was based on the life of\n  \n   Charles Kikuchi\n  \n  and adapted by Adamic from Kikuchi's writings.",
            "url_title": "A Young American with a Japanese Face (essay)",
            "categories": [
                "Arts"
            ],
            "rg_rgmediatype": [
                "essays"
            ],
            "rg_availability": [
                "Widely available"
            ],
            "rg_rgmediatype_label": "Essays",
            "rg_rgmediatype_icon": "fa-edit"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "filter": [
                    {
                        "term": {
                            "published_rg": true
                        }
                    },
                    {
                        "term": {
                            "rg_rgmediatype": "essays"
                        }
                    }
                ]
            }
        },
        "_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": {}
}