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

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "key": "combo_of_the_day",
            "value": "1407-2615-5147"
        },
        {
            "key": "featured_combos_title_1",
            "value": "Lorwyn Eclipsed Combos"
        },
        {
            "key": "featured_combos_title_2",
            "value": "Spider-Man Combos"
        },
        {
            "key": "featured_combos_title_3",
            "value": "Avatar Combos"
        },
        {
            "key": "featured_set_codes_1",
            "value": "ecl"
        },
        {
            "key": "featured_set_codes_2",
            "value": "spm, spe"
        },
        {
            "key": "featured_set_codes_3",
            "value": "tla, tle"
        }
    ]
}