The Politicos API `v0` has the following response data: ```json { "meta":{ "limit":20, "next":"/api/v0/political-parties/?limit=20&offset=20", "offset":0, "previous":null, "total_count":1 }, "objects":[ { "founded_date":null, "id":1, "logo":null, "name":"Heavy Metal", "resource_uri":"/api/v0/political-parties/1/", "siglum":"HV", "tse_number":666, "website":null, "wikipedia":null } ] } ``` Now we can think about the new response data or keep the current response.
The Politicos API
v0has the following response data:{ "meta":{ "limit":20, "next":"/api/v0/political-parties/?limit=20&offset=20", "offset":0, "previous":null, "total_count":1 }, "objects":[ { "founded_date":null, "id":1, "logo":null, "name":"Heavy Metal", "resource_uri":"/api/v0/political-parties/1/", "siglum":"HV", "tse_number":666, "website":null, "wikipedia":null } ] }Now we can think about the new response data or keep the current response.