Skip to content

Instantly share code, notes, and snippets.

@manifity
Created December 9, 2019 14:07
Show Gist options
  • Select an option

  • Save manifity/9fa83d4f6efbca595c61ed5fd96e1a9b to your computer and use it in GitHub Desktop.

Select an option

Save manifity/9fa83d4f6efbca595c61ed5fd96e1a9b to your computer and use it in GitHub Desktop.
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": 23666,
"resource_uri": "/api/v1/authors/23666/",
"absolute_url": "/author/sergej-lukyanenko-2/",
"cover_name": "Сергей Лукьяненко",
"photo": "author_photos/3a/a3/3aa34bc8-a7db-4b37-8579-e0398af536fa.jpg",
"active_book_count": 158,
"counters": {
"text": 158,
"audio": 45,
"books": 203,
"regions": {
"1": {
"text": 158,
"audio": 45,
"books": 203
},
"40": {
"text": 155,
"audio": 0,
"books": 155
}
}
},
"first_name": "Сергей",
"genitive_full_name": "Сергея Лукьяненко",
"last_name": "Лукьяненко",
"likes": {
"like": 0,
"dislike": 0,
"user_like": 0
},
"share_url": "https://myb10041.test.mybook.tech/author/sergej-lukyanenko-2/"
},
{
"id": 7882,
"resource_uri": "/api/v1/authors/7882/",
"absolute_url": "/author/vasilij-emelyanenko/",
"cover_name": "Василий Емельяненко",
"photo": "null/author.png",
"active_book_count": 1,
"counters": {
"text": 1,
"audio": 0,
"books": 1,
"regions": {
"1": {
"text": 1,
"audio": 0,
"books": 1
},
"40": {
"text": 1,
"audio": 0,
"books": 1
}
}
},
"first_name": "Василий",
"genitive_full_name": "Василия Емельяненко",
"last_name": "Емельяненко",
"likes": {
"like": 0,
"dislike": 0,
"user_like": 0
},
"share_url": "https://myb10041.test.mybook.tech/author/vasilij-emelyanenko/"
},
{
"id": 86,
"resource_uri": "/api/v1/authors/86/",
"absolute_url": "/author/stiven-king/",
"cover_name": "Стивен Кинг",
"photo": "author_photos/a7/f2/a7f2fb25-c325-4b20-84aa-024250fb39d8.jpg",
"active_book_count": 211,
"counters": {
"text": 211,
"audio": 15,
"books": 226,
"regions": {
"1": {
"text": 211,
"audio": 15,
"books": 226
},
"40": {
"text": 208,
"audio": 0,
"books": 208
}
}
},
"first_name": "Стивен",
"genitive_full_name": "Стивена Кинга",
"last_name": "Кинг",
"likes": {
"like": 0,
"dislike": 0,
"user_like": 0
},
"share_url": "https://myb10041.test.mybook.tech/author/stiven-king/"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment