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": "combo_of_the_day",
            "value": "345-411-4103-4613"
        },
        {
            "key": "featured_set_codes",
            "value": "tdm, tdc"
        },
        {
            "key": "featured_combos_title",
            "value": "Tarkir: Dragonstorm Combos"
        }
    ]
}