Created
December 9, 2019 14:06
-
-
Save manifity/b62c379ebe50f009c8822614541d7008 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP 200 OK | |
Allow: GET, HEAD, OPTIONS | |
Content-Type: application/json | |
Vary: Accept | |
{ | |
"meta": { | |
"total_count": 3, | |
"next": null, | |
"previous": null, | |
"limit": 20, | |
"offset": 0 | |
}, | |
"objects": [ | |
{ | |
"id": 71875, | |
"resource_uri": "/api/v1/seriesinfo/71875/", | |
"name": "Дети Арбата (студия СОЮЗ)", | |
"description": "", | |
"slug": "deti-arbata-studiya-soyuz", | |
"active_book_count": 0, | |
"absolute_url": "/series/deti-arbata-studiya-soyuz/", | |
"cover": "null/default_book_covers/default-cover.png", | |
"counters": { | |
"text": 0, | |
"audio": 3, | |
"books": 3, | |
"regions": { | |
"1": { | |
"text": 0, | |
"audio": 3, | |
"books": 3 | |
} | |
} | |
} | |
}, | |
{ | |
"id": 10517, | |
"resource_uri": "/api/v1/seriesinfo/10517/", | |
"name": "Великие шутят", | |
"description": "", | |
"slug": "velikie-shutyat", | |
"active_book_count": 3, | |
"absolute_url": "/series/velikie-shutyat/", | |
"cover": "book_covers/17/c8/17c8585a-5707-41fb-bfab-98688a811be5.jpe", | |
"counters": { | |
"text": 3, | |
"audio": 0, | |
"books": 3, | |
"regions": { | |
"1": { | |
"text": 3, | |
"audio": 0, | |
"books": 3 | |
}, | |
"40": { | |
"text": 3, | |
"audio": 0, | |
"books": 3 | |
} | |
} | |
} | |
}, | |
{ | |
"id": 7512, | |
"resource_uri": "/api/v1/seriesinfo/7512/", | |
"name": "Дозоры", | |
"description": "", | |
"slug": "dozory", | |
"active_book_count": 25, | |
"absolute_url": "/series/dozory/", | |
"cover": "book_covers/8d/75/8d759004-dd3f-4310-8232-66f2ec1ced3b.jpg", | |
"counters": { | |
"text": 25, | |
"audio": 14, | |
"books": 39, | |
"regions": { | |
"1": { | |
"text": 25, | |
"audio": 14, | |
"books": 39 | |
}, | |
"40": { | |
"text": 25, | |
"audio": 0, | |
"books": 25 | |
} | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment