GET /api/3.0/browse/media-type/articles/?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": "Success Story, Japanese American Style (article)",
            "model": "article",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/Success%20Story,%20Japanese%20American%20Style%20(article)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/Success%20Story,%20Japanese%20American%20Style%20(article)/?format=api"
            },
            "title": "Success Story, Japanese American Style (article)",
            "description": "Often cited popular account of Japanese American \"success\" by a University of California demographer, one of several such articles to appear in the '60s and '70s.",
            "url_title": "Success Story, Japanese American Style (article)",
            "categories": [
                "Chroniclers"
            ],
            "rg_rgmediatype": [
                "articles"
            ],
            "rg_interestlevel": [
                "Grades 9-12",
                "Adult"
            ],
            "rg_genre": [
                "Non-fiction"
            ],
            "rg_theme": [
                "Overcoming",
                "Social mobility"
            ],
            "rg_readinglevel": [
                "Grades 9-12",
                "Adult"
            ],
            "rg_availability": [
                "Available"
            ],
            "rg_rgmediatype_label": "Articles",
            "rg_rgmediatype_icon": "fa-newspaper-o"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "filter": [
                    {
                        "term": {
                            "published_rg": true
                        }
                    },
                    {
                        "term": {
                            "rg_rgmediatype": "articles"
                        }
                    }
                ]
            }
        },
        "_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": {}
}