GET /properties?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "key": "featured_set_codes",
            "value": "fin, fic, fca"
        },
        {
            "key": "featured_combos_title",
            "value": "Final Fantasy Combos"
        },
        {
            "key": "combo_of_the_day",
            "value": "2533-2719-4681-5256"
        }
    ]
}