From 8e8dac864a4abfd616e4458e7e1cbbe81716f42a Mon Sep 17 00:00:00 2001 From: Joakim Soderlund Date: Wed, 5 Sep 2018 16:44:11 +0200 Subject: [PATCH] Add mocked test data for Fimfiction APIv2 --- tests/fetchers/test_fimfiction2.json | 6470 ++++++++++++++++++++++++++ tests/fetchers/test_fimfiction2.py | 5 +- tox.ini | 1 - 3 files changed, 6473 insertions(+), 3 deletions(-) create mode 100644 tests/fetchers/test_fimfiction2.json diff --git a/tests/fetchers/test_fimfiction2.json b/tests/fetchers/test_fimfiction2.json new file mode 100644 index 0000000..0856d31 --- /dev/null +++ b/tests/fetchers/test_fimfiction2.json @@ -0,0 +1,6470 @@ +{ + "responses": [ + { + "json": { + "data": [], + "debug": { + "duration": "0.0075900554656982" + }, + "included": [], + "method": "GET", + "uri": "/api/v2/stories/199462/chapters?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&include=chapters" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories/199462/chapters?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&include=chapters" + }, + { + "json": { + "data": { + "attributes": { + "color": { + "hex": "ab70c1", + "rgb": [ + 171, + 112, + 193 + ] + }, + "completion_status": "cancelled", + "content_rating": "everyone", + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": "2014-08-05T16:50:01-04:00", + "date_updated": "2014-08-07T22:15:01-04:00", + "description_html": "REDACTED", + "num_chapters": 0, + "num_comments": 4, + "num_dislikes": 8, + "num_likes": 6, + "num_views": 0, + "num_words": 0, + "published": true, + "rating": 43, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "Jenerate", + "total_num_views": 0 + }, + "id": "199462", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/199462" + }, + "meta": { + "url": "https://www.fimfiction.net/story/199462/jenerate" + }, + "relationships": { + "author": { + "data": { + "id": "159048", + "type": "user" + } + }, + "chapters": { + "data": [] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + }, + { + "id": "48", + "type": "story_tag" + }, + { + "id": "61", + "type": "story_tag" + }, + { + "id": "226", + "type": "story_tag" + }, + { + "id": "229", + "type": "story_tag" + } + ] + } + }, + "type": "story" + }, + "debug": { + "duration": "0.056883096694946" + }, + "included": [ + { + "attributes": { + "name": "Adventure", + "type": "genre" + }, + "id": "226", + "meta": { + "old_id": "g:adventure", + "url": "https://www.fimfiction.net/tag/adventure" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Crossover", + "type": "content" + }, + "id": "229", + "meta": { + "old_id": "g:crossover", + "url": "https://www.fimfiction.net/tag/crossover" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "My Little Pony: Friendship is Magic", + "type": "series" + }, + "id": "4", + "meta": { + "old_id": "", + "url": "https://www.fimfiction.net/tag/mlp-fim" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Original Character", + "type": "character" + }, + "id": "48", + "meta": { + "old_id": "c:49", + "url": "https://www.fimfiction.net/tag/original-character" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Other", + "type": "character" + }, + "id": "61", + "meta": { + "old_id": "c:62", + "url": "https://www.fimfiction.net/tag/other" + }, + "type": "story_tag" + }, + { + "attributes": { + "avatar": { + "128": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-128", + "160": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-160", + "192": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-192", + "256": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-256", + "32": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-32", + "320": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-320", + "384": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-384", + "48": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-48", + "512": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-512", + "64": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-64", + "96": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-96" + }, + "bio_html": "REDACTED", + "date_joined": "2013-12-06T16:36:56-05:00", + "name": "FairyRave", + "num_blog_posts": 133, + "num_followers": 106, + "num_stories": 1 + }, + "id": "159048", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/159048" + }, + "meta": { + "url": "https://www.fimfiction.net/user/159048/FairyRave" + }, + "type": "user" + } + ], + "method": "GET", + "uri": "/api/v2/stories/199462?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&include=author%2Cchapters%2Ctags" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories/199462?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&include=author%2Cchapters%2Ctags" + }, + { + "json": { + "errors": [ + { + "code": 4040, + "detail": null, + "links": { + "about": "https://www.fimfiction.net/developers/api/v2/docs/error-codes#4040" + }, + "meta": { + "id": 208799, + "resource": "story" + }, + "status": "404", + "title": "Resource not found" + } + ] + }, + "method": "GET", + "status_code": 404, + "url": "https://www.fimfiction.net/api/v2/stories/208799/chapters?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&include=chapters" + }, + { + "json": { + "errors": [ + { + "code": 4040, + "detail": null, + "links": { + "about": "https://www.fimfiction.net/developers/api/v2/docs/error-codes#4040" + }, + "meta": { + "id": 208799, + "resource": "story" + }, + "status": "404", + "title": "Resource not found" + } + ] + }, + "method": "GET", + "status_code": 404, + "url": "https://www.fimfiction.net/api/v2/stories/208799?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&include=author%2Cchapters%2Ctags" + }, + { + "json": { + "data": [ + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 1, + "content_html": "REDACTED", + "title": "Chapter 00" + }, + "id": "91775", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/91775" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/1/equipoise-celestia-on-trial/chapter-00" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 2, + "content_html": "REDACTED", + "title": "Chapter 01" + }, + "id": "131795", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/131795" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/2/equipoise-celestia-on-trial/chapter-01" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 3, + "content_html": "REDACTED", + "title": "Chapter 02" + }, + "id": "137778", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/137778" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/3/equipoise-celestia-on-trial/chapter-02" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 4, + "content_html": "REDACTED", + "title": "Chapter 03" + }, + "id": "167392", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/167392" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/4/equipoise-celestia-on-trial/chapter-03" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 5, + "content_html": "REDACTED", + "title": "Chapter 04" + }, + "id": "168999", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/168999" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/5/equipoise-celestia-on-trial/chapter-04" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 6, + "content_html": "REDACTED", + "title": "Chapter 05" + }, + "id": "179486", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/179486" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/6/equipoise-celestia-on-trial/chapter-05" + }, + "type": "chapter" + } + ], + "debug": { + "duration": "0.089754104614258" + }, + "included": [], + "method": "GET", + "uri": "/api/v2/stories/25739/chapters?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&include=chapters" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories/25739/chapters?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&include=chapters" + }, + { + "json": { + "data": { + "attributes": { + "color": { + "hex": "9f6f6f", + "rgb": [ + 159, + 111, + 111 + ] + }, + "completion_status": "incomplete", + "content_rating": "teen", + "cover_image": { + "full": "https://cdn-img.fimfiction.net/story/8xp0-1432431867-25739-full", + "large": "https://cdn-img.fimfiction.net/story/8xp0-1432431867-25739-large", + "medium": "https://cdn-img.fimfiction.net/story/8xp0-1432431867-25739-medium", + "thumbnail": "https://cdn-img.fimfiction.net/story/8xp0-1432431867-25739-tiny" + }, + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": null, + "date_updated": "2012-10-26T10:04:33-04:00", + "description_html": "REDACTED", + "num_chapters": 6, + "num_comments": 2, + "num_dislikes": -1, + "num_likes": -1, + "num_views": 492, + "num_words": 15422, + "published": true, + "rating": 88, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "Equipoise: Celestia on Trial", + "total_num_views": 1972 + }, + "id": "25739", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/25739" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/equipoise-celestia-on-trial" + }, + "relationships": { + "author": { + "data": { + "id": "13190", + "type": "user" + } + }, + "chapters": { + "data": [ + { + "id": "91775", + "type": "chapter" + }, + { + "id": "131795", + "type": "chapter" + }, + { + "id": "137778", + "type": "chapter" + }, + { + "id": "167392", + "type": "chapter" + }, + { + "id": "168999", + "type": "chapter" + }, + { + "id": "179486", + "type": "chapter" + } + ] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + }, + { + "id": "16", + "type": "story_tag" + }, + { + "id": "17", + "type": "story_tag" + }, + { + "id": "48", + "type": "story_tag" + }, + { + "id": "61", + "type": "story_tag" + }, + { + "id": "73", + "type": "story_tag" + }, + { + "id": "127", + "type": "story_tag" + }, + { + "id": "226", + "type": "story_tag" + } + ] + } + }, + "type": "story" + }, + "debug": { + "duration": "0.012964963912964" + }, + "included": [ + { + "attributes": { + "chapter_number": 2, + "date_modified": "2012-10-26T20:12:49-04:00", + "date_published": "2012-10-26T20:12:49-04:00", + "num_views": 364, + "num_words": 2763, + "published": true, + "title": "Chapter 01" + }, + "id": "131795", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/131795" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/2/equipoise-celestia-on-trial/chapter-01" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 3, + "date_modified": "2012-10-26T20:34:26-04:00", + "date_published": "2012-10-26T20:34:26-04:00", + "num_views": 291, + "num_words": 4089, + "published": true, + "title": "Chapter 02" + }, + "id": "137778", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/137778" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/3/equipoise-celestia-on-trial/chapter-02" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 4, + "date_modified": "2012-10-26T20:50:53-04:00", + "date_published": "2012-10-26T20:50:53-04:00", + "num_views": 309, + "num_words": 3856, + "published": true, + "title": "Chapter 03" + }, + "id": "167392", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/167392" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/4/equipoise-celestia-on-trial/chapter-03" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 5, + "date_modified": "2012-10-26T20:51:18-04:00", + "date_published": "2012-10-26T20:51:18-04:00", + "num_views": 247, + "num_words": 3023, + "published": true, + "title": "Chapter 04" + }, + "id": "168999", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/168999" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/5/equipoise-celestia-on-trial/chapter-04" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 6, + "date_modified": "2012-10-26T20:51:33-04:00", + "date_published": "2012-10-26T20:51:33-04:00", + "num_views": 269, + "num_words": 842, + "published": true, + "title": "Chapter 05" + }, + "id": "179486", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/179486" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/6/equipoise-celestia-on-trial/chapter-05" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 1, + "date_modified": "2012-10-23T20:26:36-04:00", + "date_published": "2012-10-23T20:26:36-04:00", + "num_views": 492, + "num_words": 849, + "published": true, + "title": "Chapter 00" + }, + "id": "91775", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/91775" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/1/equipoise-celestia-on-trial/chapter-00" + }, + "type": "chapter" + }, + { + "attributes": { + "name": "Gore", + "type": "warning" + }, + "id": "127", + "meta": { + "old_id": "t:gore", + "url": "https://www.fimfiction.net/tag/gore" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Princess Celestia", + "type": "character" + }, + "id": "16", + "meta": { + "old_id": "c:17", + "url": "https://www.fimfiction.net/tag/princess-celestia" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Princess Luna", + "type": "character" + }, + "id": "17", + "meta": { + "old_id": "c:18", + "url": "https://www.fimfiction.net/tag/princess-luna" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Adventure", + "type": "genre" + }, + "id": "226", + "meta": { + "old_id": "g:adventure", + "url": "https://www.fimfiction.net/tag/adventure" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "My Little Pony: Friendship is Magic", + "type": "series" + }, + "id": "4", + "meta": { + "old_id": "", + "url": "https://www.fimfiction.net/tag/mlp-fim" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Original Character", + "type": "character" + }, + "id": "48", + "meta": { + "old_id": "c:49", + "url": "https://www.fimfiction.net/tag/original-character" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Other", + "type": "character" + }, + "id": "61", + "meta": { + "old_id": "c:62", + "url": "https://www.fimfiction.net/tag/other" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Main 6", + "type": "character" + }, + "id": "73", + "meta": { + "old_id": "c:74", + "url": "https://www.fimfiction.net/tag/main-6" + }, + "type": "story_tag" + }, + { + "attributes": { + "avatar": { + "128": "https://static.fimfiction.net/images/none_64.png", + "160": "https://static.fimfiction.net/images/none_64.png", + "192": "https://static.fimfiction.net/images/none_64.png", + "256": "https://static.fimfiction.net/images/none_64.png", + "32": "https://static.fimfiction.net/images/none_32.png", + "320": "https://static.fimfiction.net/images/none_64.png", + "384": "https://static.fimfiction.net/images/none_64.png", + "48": "https://static.fimfiction.net/images/none_64.png", + "512": "https://static.fimfiction.net/images/none_64.png", + "64": "https://static.fimfiction.net/images/none_64.png", + "96": "https://static.fimfiction.net/images/none_64.png" + }, + "bio_html": "REDACTED", + "date_joined": "2012-02-11T06:42:07-05:00", + "name": "February Write Off", + "num_blog_posts": 0, + "num_followers": 5, + "num_stories": 8 + }, + "id": "13190", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/13190" + }, + "meta": { + "url": "https://www.fimfiction.net/user/13190/February+Write+Off" + }, + "type": "user" + } + ], + "method": "GET", + "uri": "/api/v2/stories/25739?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&include=author%2Cchapters%2Ctags" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories/25739?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&include=author%2Cchapters%2Ctags" + }, + { + "json": { + "data": [ + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 1, + "content_html": "REDACTED", + "title": "Chapter 1" + }, + "id": "1048", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/1048" + }, + "meta": { + "url": "https://www.fimfiction.net/story/444/1/cutie-catastrophe/chapter-1" + }, + "type": "chapter" + } + ], + "debug": { + "duration": "0.0085039138793945" + }, + "included": [], + "method": "GET", + "uri": "/api/v2/stories/444/chapters?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&include=chapters" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories/444/chapters?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&include=chapters" + }, + { + "json": { + "data": { + "attributes": { + "color": { + "hex": "bbc170", + "rgb": [ + 187, + 193, + 112 + ] + }, + "completion_status": "complete", + "content_rating": "everyone", + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": "2011-08-07T14:39:53-04:00", + "date_updated": "2011-08-29T04:59:36-04:00", + "description_html": "REDACTED", + "num_chapters": 1, + "num_comments": 6, + "num_dislikes": 3, + "num_likes": 7, + "num_views": 1328, + "num_words": 1169, + "published": true, + "rating": 70, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "Cutie Catastrophe", + "total_num_views": 1328 + }, + "id": "444", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/444" + }, + "meta": { + "url": "https://www.fimfiction.net/story/444/cutie-catastrophe" + }, + "relationships": { + "author": { + "data": { + "id": "193", + "type": "user" + } + }, + "chapters": { + "data": [ + { + "id": "1048", + "type": "chapter" + } + ] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + } + ] + } + }, + "type": "story" + }, + "debug": { + "duration": "0.0084769725799561" + }, + "included": [ + { + "attributes": { + "chapter_number": 1, + "date_modified": "2011-08-07T14:39:53-04:00", + "date_published": "2011-08-07T14:39:53-04:00", + "num_views": 1329, + "num_words": 1169, + "published": true, + "title": "Chapter 1" + }, + "id": "1048", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/1048" + }, + "meta": { + "url": "https://www.fimfiction.net/story/444/1/cutie-catastrophe/chapter-1" + }, + "type": "chapter" + }, + { + "attributes": { + "name": "My Little Pony: Friendship is Magic", + "type": "series" + }, + "id": "4", + "meta": { + "old_id": "", + "url": "https://www.fimfiction.net/tag/mlp-fim" + }, + "type": "story_tag" + }, + { + "attributes": { + "avatar": { + "128": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-128", + "160": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-160", + "192": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-192", + "256": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-256", + "32": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-32", + "320": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-320", + "384": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-384", + "48": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-48", + "512": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-512", + "64": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-64", + "96": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-96" + }, + "bio_html": "REDACTED", + "date_joined": "2011-07-10T20:26:57-04:00", + "name": "PuppyLove", + "num_blog_posts": 0, + "num_followers": 6, + "num_stories": 2 + }, + "id": "193", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/193" + }, + "meta": { + "url": "https://www.fimfiction.net/user/193/PuppyLove" + }, + "type": "user" + } + ], + "method": "GET", + "uri": "/api/v2/stories/444?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&include=author%2Cchapters%2Ctags" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories/444?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&include=author%2Cchapters%2Ctags" + }, + { + "json": { + "data": [ + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 1, + "content_html": "REDACTED", + "title": "Chapter 1" + }, + "id": "17165", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17165" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/1/kindnesss-reward/chapter-1" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 2, + "content_html": "REDACTED", + "title": "Chapter 2" + }, + "id": "17166", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17166" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/2/kindnesss-reward/chapter-2" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 3, + "content_html": "REDACTED", + "title": "Chapter 3" + }, + "id": "17167", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17167" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/3/kindnesss-reward/chapter-3" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 4, + "content_html": "REDACTED", + "title": "Chapter 4" + }, + "id": "17170", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17170" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/4/kindnesss-reward/chapter-4" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 5, + "content_html": "REDACTED", + "title": "Chapter 5" + }, + "id": "17171", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17171" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/5/kindnesss-reward/chapter-5" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 6, + "content_html": "REDACTED", + "title": "Chapter 6" + }, + "id": "17172", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17172" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/6/kindnesss-reward/chapter-6" + }, + "type": "chapter" + } + ], + "debug": { + "duration": "0.051758050918579" + }, + "included": [], + "method": "GET", + "uri": "/api/v2/stories/5764/chapters?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&include=chapters" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories/5764/chapters?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&include=chapters" + }, + { + "json": { + "data": { + "attributes": { + "color": { + "hex": "c070c1", + "rgb": [ + 192, + 112, + 193 + ] + }, + "completion_status": "complete", + "content_rating": "everyone", + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": "2012-01-01T14:32:42-05:00", + "date_updated": "2012-01-01T14:32:42-05:00", + "description_html": "REDACTED", + "num_chapters": 6, + "num_comments": 193, + "num_dislikes": 17, + "num_likes": 1173, + "num_views": 13650, + "num_words": 30736, + "published": true, + "rating": 99, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "Kindness's Reward", + "total_num_views": 63450 + }, + "id": "5764", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/5764" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/kindnesss-reward" + }, + "relationships": { + "author": { + "data": { + "id": "505", + "type": "user" + } + }, + "chapters": { + "data": [ + { + "id": "17165", + "type": "chapter" + }, + { + "id": "17166", + "type": "chapter" + }, + { + "id": "17167", + "type": "chapter" + }, + { + "id": "17170", + "type": "chapter" + }, + { + "id": "17171", + "type": "chapter" + }, + { + "id": "17172", + "type": "chapter" + } + ] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + }, + { + "id": "5", + "type": "story_tag" + }, + { + "id": "20", + "type": "story_tag" + }, + { + "id": "120", + "type": "story_tag" + } + ] + } + }, + "type": "story" + }, + "debug": { + "duration": "0.010902166366577" + }, + "included": [ + { + "attributes": { + "chapter_number": 1, + "date_modified": "2011-12-31T21:55:40-05:00", + "date_published": "2011-12-31T21:55:40-05:00", + "num_views": 13650, + "num_words": 3922, + "published": true, + "title": "Chapter 1" + }, + "id": "17165", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17165" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/1/kindnesss-reward/chapter-1" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 2, + "date_modified": "2011-12-31T21:57:14-05:00", + "date_published": "2011-12-31T21:57:14-05:00", + "num_views": 10056, + "num_words": 4422, + "published": true, + "title": "Chapter 2" + }, + "id": "17166", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17166" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/2/kindnesss-reward/chapter-2" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 3, + "date_modified": "2011-12-31T21:58:56-05:00", + "date_published": "2011-12-31T21:58:56-05:00", + "num_views": 10244, + "num_words": 5868, + "published": true, + "title": "Chapter 3" + }, + "id": "17167", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17167" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/3/kindnesss-reward/chapter-3" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 4, + "date_modified": "2011-12-31T21:59:58-05:00", + "date_published": "2011-12-31T21:59:58-05:00", + "num_views": 9580, + "num_words": 4515, + "published": true, + "title": "Chapter 4" + }, + "id": "17170", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17170" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/4/kindnesss-reward/chapter-4" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 5, + "date_modified": "2011-12-31T22:01:06-05:00", + "date_published": "2011-12-31T22:01:06-05:00", + "num_views": 9543, + "num_words": 6266, + "published": true, + "title": "Chapter 5" + }, + "id": "17171", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17171" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/5/kindnesss-reward/chapter-5" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 6, + "date_modified": "2011-12-31T22:03:00-05:00", + "date_published": "2011-12-31T22:03:00-05:00", + "num_views": 10377, + "num_words": 5743, + "published": true, + "title": "Chapter 6" + }, + "id": "17172", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17172" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/6/kindnesss-reward/chapter-6" + }, + "type": "chapter" + }, + { + "attributes": { + "name": "Romance", + "type": "genre" + }, + "id": "120", + "meta": { + "old_id": "g:romance", + "url": "https://www.fimfiction.net/tag/romance" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Trixie", + "type": "character" + }, + "id": "20", + "meta": { + "old_id": "c:21", + "url": "https://www.fimfiction.net/tag/trixie" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "My Little Pony: Friendship is Magic", + "type": "series" + }, + "id": "4", + "meta": { + "old_id": "", + "url": "https://www.fimfiction.net/tag/mlp-fim" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Fluttershy", + "type": "character" + }, + "id": "5", + "meta": { + "old_id": "c:12", + "url": "https://www.fimfiction.net/tag/fluttershy" + }, + "type": "story_tag" + }, + { + "attributes": { + "avatar": { + "128": "https://static.fimfiction.net/images/none_64.png", + "160": "https://static.fimfiction.net/images/none_64.png", + "192": "https://static.fimfiction.net/images/none_64.png", + "256": "https://static.fimfiction.net/images/none_64.png", + "32": "https://static.fimfiction.net/images/none_32.png", + "320": "https://static.fimfiction.net/images/none_64.png", + "384": "https://static.fimfiction.net/images/none_64.png", + "48": "https://static.fimfiction.net/images/none_64.png", + "512": "https://static.fimfiction.net/images/none_64.png", + "64": "https://static.fimfiction.net/images/none_64.png", + "96": "https://static.fimfiction.net/images/none_64.png" + }, + "bio_html": "REDACTED", + "date_joined": "2011-07-27T10:21:38-04:00", + "name": "AVeryStrange", + "num_blog_posts": 3, + "num_followers": 415, + "num_stories": 5 + }, + "id": "505", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/505" + }, + "meta": { + "url": "https://www.fimfiction.net/user/505/AVeryStrange" + }, + "type": "user" + } + ], + "method": "GET", + "uri": "/api/v2/stories/5764?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&include=author%2Cchapters%2Ctags" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories/5764?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&include=author%2Cchapters%2Ctags" + }, + { + "json": { + "errors": [ + { + "code": 4040, + "detail": null, + "links": { + "about": "https://www.fimfiction.net/developers/api/v2/docs/error-codes#4040" + }, + "meta": { + "id": 7, + "resource": "story" + }, + "status": "404", + "title": "Resource not found" + } + ] + }, + "method": "GET", + "status_code": 404, + "url": "https://www.fimfiction.net/api/v2/stories/7/chapters?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&include=chapters" + }, + { + "json": { + "errors": [ + { + "code": 4040, + "detail": null, + "links": { + "about": "https://www.fimfiction.net/developers/api/v2/docs/error-codes#4040" + }, + "meta": { + "id": 7, + "resource": "story" + }, + "status": "404", + "title": "Resource not found" + } + ] + }, + "method": "GET", + "status_code": 404, + "url": "https://www.fimfiction.net/api/v2/stories/7?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&include=author%2Cchapters%2Ctags" + }, + { + "json": { + "errors": [ + { + "code": 4040, + "detail": null, + "links": { + "about": "https://www.fimfiction.net/developers/api/v2/docs/error-codes#4040" + }, + "meta": { + "id": 8, + "resource": "story" + }, + "status": "404", + "title": "Resource not found" + } + ] + }, + "method": "GET", + "status_code": 404, + "url": "https://www.fimfiction.net/api/v2/stories/8/chapters?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&include=chapters" + }, + { + "json": { + "errors": [ + { + "code": 4040, + "detail": null, + "links": { + "about": "https://www.fimfiction.net/developers/api/v2/docs/error-codes#4040" + }, + "meta": { + "id": 8, + "resource": "story" + }, + "status": "404", + "title": "Resource not found" + } + ] + }, + "method": "GET", + "status_code": 404, + "url": "https://www.fimfiction.net/api/v2/stories/8?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&include=author%2Cchapters%2Ctags" + }, + { + "json": { + "data": [ + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 1, + "content_html": "REDACTED", + "title": "Chapter 1" + }, + "id": "10", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/10" + }, + "meta": { + "url": "https://www.fimfiction.net/story/9/1/the-greatest-equine-who-has-ever-lived/chapter-1" + }, + "type": "chapter" + } + ], + "debug": { + "duration": "0.0078821182250977" + }, + "included": [], + "method": "GET", + "uri": "/api/v2/stories/9/chapters?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&include=chapters" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories/9/chapters?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&include=chapters" + }, + { + "json": { + "data": { + "attributes": { + "color": { + "hex": "3e3e7e", + "rgb": [ + 62, + 62, + 126 + ] + }, + "completion_status": "incomplete", + "content_rating": "everyone", + "cover_image": { + "full": "https://cdn-img.fimfiction.net/story/vr3n-1432418803-9-full", + "large": "https://cdn-img.fimfiction.net/story/vr3n-1432418803-9-large", + "medium": "https://cdn-img.fimfiction.net/story/vr3n-1432418803-9-medium", + "thumbnail": "https://cdn-img.fimfiction.net/story/vr3n-1432418803-9-tiny" + }, + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": "2011-07-08T14:04:11-04:00", + "date_updated": "2011-06-25T17:05:53-04:00", + "description_html": "REDACTED", + "num_chapters": 1, + "num_comments": 231, + "num_dislikes": 52, + "num_likes": 393, + "num_views": 10359, + "num_words": 321, + "published": true, + "rating": 88, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "The Greatest Equine Who has Ever Lived!", + "total_num_views": 10359 + }, + "id": "9", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/9" + }, + "meta": { + "url": "https://www.fimfiction.net/story/9/the-greatest-equine-who-has-ever-lived" + }, + "relationships": { + "author": { + "data": { + "id": "18", + "type": "user" + } + }, + "chapters": { + "data": [ + { + "id": "10", + "type": "chapter" + } + ] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + }, + { + "id": "6", + "type": "story_tag" + }, + { + "id": "20", + "type": "story_tag" + }, + { + "id": "120", + "type": "story_tag" + }, + { + "id": "234", + "type": "story_tag" + } + ] + } + }, + "type": "story" + }, + "debug": { + "duration": "0.0094959735870361" + }, + "included": [ + { + "attributes": { + "chapter_number": 1, + "date_modified": "2014-01-28T06:25:52-05:00", + "date_published": "2011-07-08T14:04:11-04:00", + "num_views": 10359, + "num_words": 321, + "published": true, + "title": "Chapter 1" + }, + "id": "10", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/10" + }, + "meta": { + "url": "https://www.fimfiction.net/story/9/1/the-greatest-equine-who-has-ever-lived/chapter-1" + }, + "type": "chapter" + }, + { + "attributes": { + "name": "Romance", + "type": "genre" + }, + "id": "120", + "meta": { + "old_id": "g:romance", + "url": "https://www.fimfiction.net/tag/romance" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Trixie", + "type": "character" + }, + "id": "20", + "meta": { + "old_id": "c:21", + "url": "https://www.fimfiction.net/tag/trixie" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Random", + "type": "genre" + }, + "id": "234", + "meta": { + "old_id": "g:random", + "url": "https://www.fimfiction.net/tag/random" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "My Little Pony: Friendship is Magic", + "type": "series" + }, + "id": "4", + "meta": { + "old_id": "", + "url": "https://www.fimfiction.net/tag/mlp-fim" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Twilight Sparkle", + "type": "character" + }, + "id": "6", + "meta": { + "old_id": "c:7", + "url": "https://www.fimfiction.net/tag/twilight-sparkle" + }, + "type": "story_tag" + }, + { + "attributes": { + "avatar": { + "128": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-128", + "160": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-160", + "192": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-192", + "256": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-256", + "32": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-32", + "320": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-320", + "384": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-384", + "48": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-48", + "512": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-512", + "64": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-64", + "96": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-96" + }, + "bio_html": "REDACTED", + "date_joined": "2011-06-25T16:53:48-04:00", + "name": "Sethisto", + "num_blog_posts": 0, + "num_followers": 143, + "num_stories": 1 + }, + "id": "18", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/18" + }, + "meta": { + "url": "https://www.fimfiction.net/user/18/Sethisto" + }, + "type": "user" + } + ], + "method": "GET", + "uri": "/api/v2/stories/9?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&include=author%2Cchapters%2Ctags" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories/9?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&include=author%2Cchapters%2Ctags" + }, + { + "json": { + "data": [ + { + "attributes": { + "color": { + "hex": "ab70c1", + "rgb": [ + 171, + 112, + 193 + ] + }, + "completion_status": "cancelled", + "content_rating": "everyone", + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": "2014-08-05T16:50:01-04:00", + "date_updated": "2014-08-07T22:15:01-04:00", + "description_html": "REDACTED", + "num_chapters": 0, + "num_comments": 4, + "num_dislikes": 8, + "num_likes": 6, + "num_views": 0, + "num_words": 0, + "published": true, + "rating": 43, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "Jenerate", + "total_num_views": 0 + }, + "id": "199462", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/199462" + }, + "meta": { + "url": "https://www.fimfiction.net/story/199462/jenerate" + }, + "relationships": { + "author": { + "data": { + "id": "159048", + "type": "user" + } + }, + "chapters": { + "data": [] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + }, + { + "id": "48", + "type": "story_tag" + }, + { + "id": "61", + "type": "story_tag" + }, + { + "id": "226", + "type": "story_tag" + }, + { + "id": "229", + "type": "story_tag" + } + ] + } + }, + "type": "story" + }, + { + "attributes": { + "color": { + "hex": "dddddd", + "rgb": [ + 221, + 221, + 221 + ] + }, + "completion_status": "hiatus", + "content_rating": "teen", + "cover_image": { + "full": "https://cdn-img.fimfiction.net/story/9mog-1432573008-199463-full", + "large": "https://cdn-img.fimfiction.net/story/9mog-1432573008-199463-large", + "medium": "https://cdn-img.fimfiction.net/story/9mog-1432573008-199463-medium", + "thumbnail": "https://cdn-img.fimfiction.net/story/9mog-1432573008-199463-tiny" + }, + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": "2014-06-26T04:00:02-04:00", + "date_updated": "2014-09-30T10:51:00-04:00", + "description_html": "REDACTED", + "num_chapters": 3, + "num_comments": 1, + "num_dislikes": -1, + "num_likes": -1, + "num_views": 330, + "num_words": 8656, + "published": true, + "rating": 100, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "Flights of Fantasy: A First Readers Book for Young Pegasi", + "total_num_views": 633 + }, + "id": "199463", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/199463" + }, + "meta": { + "url": "https://www.fimfiction.net/story/199463/flights-of-fantasy-a-first-readers-book-for-young-pegasi" + }, + "relationships": { + "author": { + "data": { + "id": "101017", + "type": "user" + } + }, + "chapters": { + "data": [ + { + "id": "587921", + "type": "chapter" + }, + { + "id": "587924", + "type": "chapter" + }, + { + "id": "645407", + "type": "chapter" + } + ] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + }, + { + "id": "48", + "type": "story_tag" + }, + { + "id": "61", + "type": "story_tag" + }, + { + "id": "226", + "type": "story_tag" + }, + { + "id": "240", + "type": "story_tag" + } + ] + } + }, + "type": "story" + } + ], + "debug": { + "duration": "0.039038896560669" + }, + "included": [ + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 1, + "content_html": "REDACTED", + "date_modified": "2014-06-25T23:30:05-04:00", + "date_published": "2014-06-25T23:30:05-04:00", + "num_views": 170, + "num_words": 504, + "published": true, + "title": "Flying High: an Introduction to the Seventh Edition by Windy Rhyme" + }, + "id": "587921", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/587921" + }, + "meta": { + "url": "https://www.fimfiction.net/story/199463/1/flights-of-fantasy-a-first-readers-book-for-young-pegasi/flying-high-an-introduction-to-the-seventh-edition-by-windy-rhyme" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 2, + "content_html": "REDACTED", + "date_modified": "2014-06-25T23:35:13-04:00", + "date_published": "2014-06-25T23:35:13-04:00", + "num_views": 331, + "num_words": 5626, + "published": true, + "title": "The Iron Hoof" + }, + "id": "587924", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/587924" + }, + "meta": { + "url": "https://www.fimfiction.net/story/199463/2/flights-of-fantasy-a-first-readers-book-for-young-pegasi/the-iron-hoof" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 3, + "content_html": "REDACTED", + "date_modified": "2014-11-24T13:49:59-05:00", + "date_published": "2014-09-30T10:51:00-04:00", + "num_views": 133, + "num_words": 2526, + "published": true, + "title": "Zephyr and the Dragon" + }, + "id": "645407", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/645407" + }, + "meta": { + "url": "https://www.fimfiction.net/story/199463/3/flights-of-fantasy-a-first-readers-book-for-young-pegasi/zephyr-and-the-dragon" + }, + "type": "chapter" + }, + { + "attributes": { + "name": "Adventure", + "type": "genre" + }, + "id": "226", + "meta": { + "old_id": "g:adventure", + "url": "https://www.fimfiction.net/tag/adventure" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Crossover", + "type": "content" + }, + "id": "229", + "meta": { + "old_id": "g:crossover", + "url": "https://www.fimfiction.net/tag/crossover" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Alternate Universe", + "type": "content" + }, + "id": "240", + "meta": { + "old_id": "g:alternate_universe", + "url": "https://www.fimfiction.net/tag/alternate-universe" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "My Little Pony: Friendship is Magic", + "type": "series" + }, + "id": "4", + "meta": { + "old_id": "", + "url": "https://www.fimfiction.net/tag/mlp-fim" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Original Character", + "type": "character" + }, + "id": "48", + "meta": { + "old_id": "c:49", + "url": "https://www.fimfiction.net/tag/original-character" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Other", + "type": "character" + }, + "id": "61", + "meta": { + "old_id": "c:62", + "url": "https://www.fimfiction.net/tag/other" + }, + "type": "story_tag" + }, + { + "attributes": { + "avatar": { + "128": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-128", + "160": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-160", + "192": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-192", + "256": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-256", + "32": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-32", + "320": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-320", + "384": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-384", + "48": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-48", + "512": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-512", + "64": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-64", + "96": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-96" + }, + "bio_html": "REDACTED", + "date_joined": "2013-03-17T00:03:58-04:00", + "name": "NoPonysLand", + "num_blog_posts": 7, + "num_followers": 6, + "num_stories": 2 + }, + "id": "101017", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/101017" + }, + "meta": { + "url": "https://www.fimfiction.net/user/101017/NoPonysLand" + }, + "type": "user" + }, + { + "attributes": { + "avatar": { + "128": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-128", + "160": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-160", + "192": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-192", + "256": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-256", + "32": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-32", + "320": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-320", + "384": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-384", + "48": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-48", + "512": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-512", + "64": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-64", + "96": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-96" + }, + "bio_html": "REDACTED", + "date_joined": "2013-12-06T16:36:56-05:00", + "name": "FairyRave", + "num_blog_posts": 133, + "num_followers": 106, + "num_stories": 1 + }, + "id": "159048", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/159048" + }, + "meta": { + "url": "https://www.fimfiction.net/user/159048/FairyRave" + }, + "type": "user" + } + ], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=199462%2C199463&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=199462%2C199463&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6&page%5Bcursor%5D=drtSfar-sWT13j2eZXWCqwfJFDYCq-JpYPphFeouSrcq_uCwbiycCK61rOvLiyen", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=199462%2C199463&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6&page%5Bcursor%5D=RH9rKKtCFTZcR24aHmLlgl1ONbRSI97W1wdL0tRkxYVB70DWSuTOGPQ-nvFPOSyq" + }, + "meta": { + "num_stories": 2 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=199462%2C199463&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=199462%2C199463&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + { + "json": { + "data": [], + "debug": { + "duration": "0.010946989059448" + }, + "included": [], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=208798%2C208799&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=208798%2C208799&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=208798%2C208799&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + "meta": { + "num_stories": 0 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=208798%2C208799&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=208798%2C208799&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + { + "json": { + "data": [ + { + "attributes": { + "color": { + "hex": "742424", + "rgb": [ + 116, + 36, + 36 + ] + }, + "completion_status": "hiatus", + "content_rating": "teen", + "cover_image": { + "full": "https://cdn-img.fimfiction.net/story/ex5k-1432431866-25738-full", + "large": "https://cdn-img.fimfiction.net/story/ex5k-1432431866-25738-large", + "medium": "https://cdn-img.fimfiction.net/story/ex5k-1432431866-25738-medium", + "thumbnail": "https://cdn-img.fimfiction.net/story/ex5k-1432431866-25738-tiny" + }, + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": "2012-06-15T06:24:03-04:00", + "date_updated": "2014-04-30T16:04:04-04:00", + "description_html": "REDACTED", + "num_chapters": 6, + "num_comments": 4, + "num_dislikes": 4, + "num_likes": 10, + "num_views": 819, + "num_words": 9560, + "published": true, + "rating": 71, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "Scootaloo's Conflict", + "total_num_views": 3751 + }, + "id": "25738", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/25738" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/scootaloos-conflict" + }, + "relationships": { + "author": { + "data": { + "id": "32708", + "type": "user" + } + }, + "chapters": { + "data": [ + { + "id": "79156", + "type": "chapter" + }, + { + "id": "80493", + "type": "chapter" + }, + { + "id": "81065", + "type": "chapter" + }, + { + "id": "82828", + "type": "chapter" + }, + { + "id": "88239", + "type": "chapter" + }, + { + "id": "552043", + "type": "chapter" + } + ] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + }, + { + "id": "15", + "type": "story_tag" + }, + { + "id": "16", + "type": "story_tag" + }, + { + "id": "17", + "type": "story_tag" + }, + { + "id": "73", + "type": "story_tag" + }, + { + "id": "74", + "type": "story_tag" + }, + { + "id": "122", + "type": "story_tag" + }, + { + "id": "127", + "type": "story_tag" + }, + { + "id": "226", + "type": "story_tag" + }, + { + "id": "235", + "type": "story_tag" + }, + { + "id": "239", + "type": "story_tag" + } + ] + } + }, + "type": "story" + }, + { + "attributes": { + "color": { + "hex": "9f6f6f", + "rgb": [ + 159, + 111, + 111 + ] + }, + "completion_status": "incomplete", + "content_rating": "teen", + "cover_image": { + "full": "https://cdn-img.fimfiction.net/story/8xp0-1432431867-25739-full", + "large": "https://cdn-img.fimfiction.net/story/8xp0-1432431867-25739-large", + "medium": "https://cdn-img.fimfiction.net/story/8xp0-1432431867-25739-medium", + "thumbnail": "https://cdn-img.fimfiction.net/story/8xp0-1432431867-25739-tiny" + }, + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": null, + "date_updated": "2012-10-26T10:04:33-04:00", + "description_html": "REDACTED", + "num_chapters": 6, + "num_comments": 2, + "num_dislikes": -1, + "num_likes": -1, + "num_views": 492, + "num_words": 15422, + "published": true, + "rating": 88, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "Equipoise: Celestia on Trial", + "total_num_views": 1972 + }, + "id": "25739", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/25739" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/equipoise-celestia-on-trial" + }, + "relationships": { + "author": { + "data": { + "id": "13190", + "type": "user" + } + }, + "chapters": { + "data": [ + { + "id": "91775", + "type": "chapter" + }, + { + "id": "131795", + "type": "chapter" + }, + { + "id": "137778", + "type": "chapter" + }, + { + "id": "167392", + "type": "chapter" + }, + { + "id": "168999", + "type": "chapter" + }, + { + "id": "179486", + "type": "chapter" + } + ] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + }, + { + "id": "16", + "type": "story_tag" + }, + { + "id": "17", + "type": "story_tag" + }, + { + "id": "48", + "type": "story_tag" + }, + { + "id": "61", + "type": "story_tag" + }, + { + "id": "73", + "type": "story_tag" + }, + { + "id": "127", + "type": "story_tag" + }, + { + "id": "226", + "type": "story_tag" + } + ] + } + }, + "type": "story" + } + ], + "debug": { + "duration": "0.047129154205322" + }, + "included": [ + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 2, + "content_html": "REDACTED", + "date_modified": "2012-10-26T20:12:49-04:00", + "date_published": "2012-10-26T20:12:49-04:00", + "num_views": 364, + "num_words": 2763, + "published": true, + "title": "Chapter 01" + }, + "id": "131795", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/131795" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/2/equipoise-celestia-on-trial/chapter-01" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 3, + "content_html": "REDACTED", + "date_modified": "2012-10-26T20:34:26-04:00", + "date_published": "2012-10-26T20:34:26-04:00", + "num_views": 291, + "num_words": 4089, + "published": true, + "title": "Chapter 02" + }, + "id": "137778", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/137778" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/3/equipoise-celestia-on-trial/chapter-02" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 4, + "content_html": "REDACTED", + "date_modified": "2012-10-26T20:50:53-04:00", + "date_published": "2012-10-26T20:50:53-04:00", + "num_views": 309, + "num_words": 3856, + "published": true, + "title": "Chapter 03" + }, + "id": "167392", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/167392" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/4/equipoise-celestia-on-trial/chapter-03" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 5, + "content_html": "REDACTED", + "date_modified": "2012-10-26T20:51:18-04:00", + "date_published": "2012-10-26T20:51:18-04:00", + "num_views": 247, + "num_words": 3023, + "published": true, + "title": "Chapter 04" + }, + "id": "168999", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/168999" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/5/equipoise-celestia-on-trial/chapter-04" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 6, + "content_html": "REDACTED", + "date_modified": "2012-10-26T20:51:33-04:00", + "date_published": "2012-10-26T20:51:33-04:00", + "num_views": 269, + "num_words": 842, + "published": true, + "title": "Chapter 05" + }, + "id": "179486", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/179486" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/6/equipoise-celestia-on-trial/chapter-05" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 6, + "content_html": "REDACTED", + "date_modified": "2014-04-30T21:52:48-04:00", + "date_published": "2014-04-30T16:04:04-04:00", + "num_views": 223, + "num_words": 926, + "published": true, + "title": "Chapter 6: Introductions" + }, + "id": "552043", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/552043" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/6/scootaloos-conflict/chapter-6-introductions" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 1, + "content_html": "REDACTED", + "date_modified": "2014-04-30T13:40:45-04:00", + "date_published": "2012-05-30T07:29:00-04:00", + "num_views": 746, + "num_words": 2488, + "published": true, + "title": "Chapter 1: Doubts" + }, + "id": "79156", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/79156" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/1/scootaloos-conflict/chapter-1-doubts" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 2, + "content_html": "REDACTED", + "date_modified": "2014-04-30T13:57:00-04:00", + "date_published": "2012-05-31T04:50:44-04:00", + "num_views": 608, + "num_words": 1587, + "published": true, + "title": "Chapter 2: Decision" + }, + "id": "80493", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/80493" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/2/scootaloos-conflict/chapter-2-decision" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 3, + "content_html": "REDACTED", + "date_modified": "2014-04-30T13:56:24-04:00", + "date_published": "2012-05-31T06:46:15-04:00", + "num_views": 820, + "num_words": 1469, + "published": true, + "title": "Chapter 3: Flames" + }, + "id": "81065", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/81065" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/3/scootaloos-conflict/chapter-3-flames" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 4, + "content_html": "REDACTED", + "date_modified": "2014-04-30T14:03:39-04:00", + "date_published": "2012-06-16T13:50:06-04:00", + "num_views": 720, + "num_words": 1436, + "published": true, + "title": "Chapter 4: Taking Leave" + }, + "id": "82828", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/82828" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/4/scootaloos-conflict/chapter-4-taking-leave" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 5, + "content_html": "REDACTED", + "date_modified": "2014-04-30T13:12:37-04:00", + "date_published": "2012-05-27T23:45:07-04:00", + "num_views": 635, + "num_words": 1654, + "published": true, + "title": "Chapter 5: Arrival" + }, + "id": "88239", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/88239" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/5/scootaloos-conflict/chapter-5-arrival" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 1, + "content_html": "REDACTED", + "date_modified": "2012-10-23T20:26:36-04:00", + "date_published": "2012-10-23T20:26:36-04:00", + "num_views": 492, + "num_words": 849, + "published": true, + "title": "Chapter 00" + }, + "id": "91775", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/91775" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/1/equipoise-celestia-on-trial/chapter-00" + }, + "type": "chapter" + }, + { + "attributes": { + "name": "Dark", + "type": "genre" + }, + "id": "122", + "meta": { + "old_id": "g:dark", + "url": "https://www.fimfiction.net/tag/dark" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Gore", + "type": "warning" + }, + "id": "127", + "meta": { + "old_id": "t:gore", + "url": "https://www.fimfiction.net/tag/gore" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Spike", + "type": "character" + }, + "id": "15", + "meta": { + "old_id": "c:16", + "url": "https://www.fimfiction.net/tag/spike" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Princess Celestia", + "type": "character" + }, + "id": "16", + "meta": { + "old_id": "c:17", + "url": "https://www.fimfiction.net/tag/princess-celestia" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Princess Luna", + "type": "character" + }, + "id": "17", + "meta": { + "old_id": "c:18", + "url": "https://www.fimfiction.net/tag/princess-luna" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Adventure", + "type": "genre" + }, + "id": "226", + "meta": { + "old_id": "g:adventure", + "url": "https://www.fimfiction.net/tag/adventure" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Sad", + "type": "genre" + }, + "id": "235", + "meta": { + "old_id": "g:sad", + "url": "https://www.fimfiction.net/tag/sad" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Tragedy", + "type": "genre" + }, + "id": "239", + "meta": { + "old_id": "g:tragedy", + "url": "https://www.fimfiction.net/tag/tragedy" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "My Little Pony: Friendship is Magic", + "type": "series" + }, + "id": "4", + "meta": { + "old_id": "", + "url": "https://www.fimfiction.net/tag/mlp-fim" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Original Character", + "type": "character" + }, + "id": "48", + "meta": { + "old_id": "c:49", + "url": "https://www.fimfiction.net/tag/original-character" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Other", + "type": "character" + }, + "id": "61", + "meta": { + "old_id": "c:62", + "url": "https://www.fimfiction.net/tag/other" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Main 6", + "type": "character" + }, + "id": "73", + "meta": { + "old_id": "c:74", + "url": "https://www.fimfiction.net/tag/main-6" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Cutie Mark Crusaders", + "type": "character" + }, + "id": "74", + "meta": { + "old_id": "c:75", + "url": "https://www.fimfiction.net/tag/cutie-mark-crusaders" + }, + "type": "story_tag" + }, + { + "attributes": { + "avatar": { + "128": "https://static.fimfiction.net/images/none_64.png", + "160": "https://static.fimfiction.net/images/none_64.png", + "192": "https://static.fimfiction.net/images/none_64.png", + "256": "https://static.fimfiction.net/images/none_64.png", + "32": "https://static.fimfiction.net/images/none_32.png", + "320": "https://static.fimfiction.net/images/none_64.png", + "384": "https://static.fimfiction.net/images/none_64.png", + "48": "https://static.fimfiction.net/images/none_64.png", + "512": "https://static.fimfiction.net/images/none_64.png", + "64": "https://static.fimfiction.net/images/none_64.png", + "96": "https://static.fimfiction.net/images/none_64.png" + }, + "bio_html": "REDACTED", + "date_joined": "2012-02-11T06:42:07-05:00", + "name": "February Write Off", + "num_blog_posts": 0, + "num_followers": 5, + "num_stories": 8 + }, + "id": "13190", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/13190" + }, + "meta": { + "url": "https://www.fimfiction.net/user/13190/February+Write+Off" + }, + "type": "user" + }, + { + "attributes": { + "avatar": { + "128": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-128", + "160": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-160", + "192": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-192", + "256": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-256", + "32": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-32", + "320": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-320", + "384": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-384", + "48": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-48", + "512": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-512", + "64": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-64", + "96": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-96" + }, + "bio_html": "REDACTED", + "date_joined": "2012-05-11T21:01:22-04:00", + "name": "Naryyn", + "num_blog_posts": 6, + "num_followers": 13, + "num_stories": 13 + }, + "id": "32708", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/32708" + }, + "meta": { + "url": "https://www.fimfiction.net/user/32708/Naryyn" + }, + "type": "user" + } + ], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=25738%2C25739&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=25738%2C25739&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6&page%5Bcursor%5D=hqKgbzTRKmLyT9wYOy2trmkhs3e27Y5JOeZUOSloAT0", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=25738%2C25739&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6&page%5Bcursor%5D=kk2E5lk9wiy1YzwFSpMyBqxuR5_nYD7BOPa53YKKjR-KWiCOgGcetm8-lq9Wh2cy" + }, + "meta": { + "num_stories": 2 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=25738%2C25739&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=25738%2C25739&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + { + "json": { + "data": [ + { + "attributes": { + "color": { + "hex": "8fcfef", + "rgb": [ + 143, + 207, + 239 + ] + }, + "completion_status": "complete", + "content_rating": "teen", + "cover_image": { + "full": "https://cdn-img.fimfiction.net/story/y1m3-1432419358-445-full", + "large": "https://cdn-img.fimfiction.net/story/y1m3-1432419358-445-large", + "medium": "https://cdn-img.fimfiction.net/story/y1m3-1432419358-445-medium", + "thumbnail": "https://cdn-img.fimfiction.net/story/y1m3-1432419358-445-tiny" + }, + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": "2011-08-07T19:38:56-04:00", + "date_updated": "2011-08-07T16:52:28-04:00", + "description_html": "REDACTED", + "num_chapters": 1, + "num_comments": 31, + "num_dislikes": 7, + "num_likes": 70, + "num_views": 4241, + "num_words": 2704, + "published": true, + "rating": 91, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "The New Black", + "total_num_views": 4241 + }, + "id": "445", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/445" + }, + "meta": { + "url": "https://www.fimfiction.net/story/445/the-new-black" + }, + "relationships": { + "author": { + "data": { + "id": "411", + "type": "user" + } + }, + "chapters": { + "data": [ + { + "id": "1051", + "type": "chapter" + } + ] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + }, + { + "id": "7", + "type": "story_tag" + }, + { + "id": "228", + "type": "story_tag" + } + ] + } + }, + "type": "story" + }, + { + "attributes": { + "color": { + "hex": "bbc170", + "rgb": [ + 187, + 193, + 112 + ] + }, + "completion_status": "complete", + "content_rating": "everyone", + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": "2011-08-07T14:39:53-04:00", + "date_updated": "2011-08-29T04:59:36-04:00", + "description_html": "REDACTED", + "num_chapters": 1, + "num_comments": 6, + "num_dislikes": 3, + "num_likes": 7, + "num_views": 1328, + "num_words": 1169, + "published": true, + "rating": 70, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "Cutie Catastrophe", + "total_num_views": 1328 + }, + "id": "444", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/444" + }, + "meta": { + "url": "https://www.fimfiction.net/story/444/cutie-catastrophe" + }, + "relationships": { + "author": { + "data": { + "id": "193", + "type": "user" + } + }, + "chapters": { + "data": [ + { + "id": "1048", + "type": "chapter" + } + ] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + } + ] + } + }, + "type": "story" + } + ], + "debug": { + "duration": "0.023295879364014" + }, + "included": [ + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 1, + "content_html": "REDACTED", + "date_modified": "2011-08-07T14:39:53-04:00", + "date_published": "2011-08-07T14:39:53-04:00", + "num_views": 1329, + "num_words": 1169, + "published": true, + "title": "Chapter 1" + }, + "id": "1048", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/1048" + }, + "meta": { + "url": "https://www.fimfiction.net/story/444/1/cutie-catastrophe/chapter-1" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 1, + "content_html": "REDACTED", + "date_modified": "2014-02-21T21:18:55-05:00", + "date_published": "2011-08-07T19:38:56-04:00", + "num_views": 4242, + "num_words": 2704, + "published": true, + "title": "Chapter 1" + }, + "id": "1051", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/1051" + }, + "meta": { + "url": "https://www.fimfiction.net/story/445/1/the-new-black/chapter-1" + }, + "type": "chapter" + }, + { + "attributes": { + "name": "Comedy", + "type": "genre" + }, + "id": "228", + "meta": { + "old_id": "g:comedy", + "url": "https://www.fimfiction.net/tag/comedy" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "My Little Pony: Friendship is Magic", + "type": "series" + }, + "id": "4", + "meta": { + "old_id": "", + "url": "https://www.fimfiction.net/tag/mlp-fim" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Rainbow Dash", + "type": "character" + }, + "id": "7", + "meta": { + "old_id": "c:8", + "url": "https://www.fimfiction.net/tag/rainbow-dash" + }, + "type": "story_tag" + }, + { + "attributes": { + "avatar": { + "128": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-128", + "160": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-160", + "192": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-192", + "256": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-256", + "32": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-32", + "320": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-320", + "384": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-384", + "48": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-48", + "512": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-512", + "64": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-64", + "96": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-96" + }, + "bio_html": "REDACTED", + "date_joined": "2011-07-10T20:26:57-04:00", + "name": "PuppyLove", + "num_blog_posts": 0, + "num_followers": 6, + "num_stories": 2 + }, + "id": "193", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/193" + }, + "meta": { + "url": "https://www.fimfiction.net/user/193/PuppyLove" + }, + "type": "user" + }, + { + "attributes": { + "avatar": { + "128": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-128", + "160": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-160", + "192": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-192", + "256": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-256", + "32": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-32", + "320": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-320", + "384": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-384", + "48": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-48", + "512": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-512", + "64": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-64", + "96": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-96" + }, + "bio_html": "REDACTED", + "date_joined": "2011-07-19T04:18:51-04:00", + "name": "SPark", + "num_blog_posts": 403, + "num_followers": 1478, + "num_stories": 67 + }, + "id": "411", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/411" + }, + "meta": { + "url": "https://www.fimfiction.net/user/411/SPark" + }, + "type": "user" + } + ], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=444%2C445&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=444%2C445&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6&page%5Bcursor%5D=0uA9W6WlIO1iAQuJtE8FecFNhhjWwY-B5MvospMP3T4S_Uf77BO2xh7zzXHVolGc", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=444%2C445&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6&page%5Bcursor%5D=FbMlJa5KhqitekoW6vBdfQnq73Q3DyVdxlDMtNgbDUSBShXSBH0Y5Cjq4p9ogVBX" + }, + "meta": { + "num_stories": 2 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=444%2C445&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=444%2C445&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + { + "json": { + "data": [ + { + "attributes": { + "color": { + "hex": "c070c1", + "rgb": [ + 192, + 112, + 193 + ] + }, + "completion_status": "complete", + "content_rating": "everyone", + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": "2012-01-01T14:32:42-05:00", + "date_updated": "2012-01-01T14:32:42-05:00", + "description_html": "REDACTED", + "num_chapters": 6, + "num_comments": 193, + "num_dislikes": 17, + "num_likes": 1173, + "num_views": 13650, + "num_words": 30736, + "published": true, + "rating": 99, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "Kindness's Reward", + "total_num_views": 63450 + }, + "id": "5764", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/5764" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/kindnesss-reward" + }, + "relationships": { + "author": { + "data": { + "id": "505", + "type": "user" + } + }, + "chapters": { + "data": [ + { + "id": "17165", + "type": "chapter" + }, + { + "id": "17166", + "type": "chapter" + }, + { + "id": "17167", + "type": "chapter" + }, + { + "id": "17170", + "type": "chapter" + }, + { + "id": "17171", + "type": "chapter" + }, + { + "id": "17172", + "type": "chapter" + } + ] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + }, + { + "id": "5", + "type": "story_tag" + }, + { + "id": "20", + "type": "story_tag" + }, + { + "id": "120", + "type": "story_tag" + } + ] + } + }, + "type": "story" + } + ], + "debug": { + "duration": "0.097188949584961" + }, + "included": [ + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 1, + "content_html": "REDACTED", + "date_modified": "2011-12-31T21:55:40-05:00", + "date_published": "2011-12-31T21:55:40-05:00", + "num_views": 13650, + "num_words": 3922, + "published": true, + "title": "Chapter 1" + }, + "id": "17165", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17165" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/1/kindnesss-reward/chapter-1" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 2, + "content_html": "REDACTED", + "date_modified": "2011-12-31T21:57:14-05:00", + "date_published": "2011-12-31T21:57:14-05:00", + "num_views": 10056, + "num_words": 4422, + "published": true, + "title": "Chapter 2" + }, + "id": "17166", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17166" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/2/kindnesss-reward/chapter-2" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 3, + "content_html": "REDACTED", + "date_modified": "2011-12-31T21:58:56-05:00", + "date_published": "2011-12-31T21:58:56-05:00", + "num_views": 10244, + "num_words": 5868, + "published": true, + "title": "Chapter 3" + }, + "id": "17167", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17167" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/3/kindnesss-reward/chapter-3" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 4, + "content_html": "REDACTED", + "date_modified": "2011-12-31T21:59:58-05:00", + "date_published": "2011-12-31T21:59:58-05:00", + "num_views": 9580, + "num_words": 4515, + "published": true, + "title": "Chapter 4" + }, + "id": "17170", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17170" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/4/kindnesss-reward/chapter-4" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 5, + "content_html": "REDACTED", + "date_modified": "2011-12-31T22:01:06-05:00", + "date_published": "2011-12-31T22:01:06-05:00", + "num_views": 9543, + "num_words": 6266, + "published": true, + "title": "Chapter 5" + }, + "id": "17171", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17171" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/5/kindnesss-reward/chapter-5" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 6, + "content_html": "REDACTED", + "date_modified": "2011-12-31T22:03:00-05:00", + "date_published": "2011-12-31T22:03:00-05:00", + "num_views": 10377, + "num_words": 5743, + "published": true, + "title": "Chapter 6" + }, + "id": "17172", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17172" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/6/kindnesss-reward/chapter-6" + }, + "type": "chapter" + }, + { + "attributes": { + "name": "Romance", + "type": "genre" + }, + "id": "120", + "meta": { + "old_id": "g:romance", + "url": "https://www.fimfiction.net/tag/romance" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Trixie", + "type": "character" + }, + "id": "20", + "meta": { + "old_id": "c:21", + "url": "https://www.fimfiction.net/tag/trixie" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "My Little Pony: Friendship is Magic", + "type": "series" + }, + "id": "4", + "meta": { + "old_id": "", + "url": "https://www.fimfiction.net/tag/mlp-fim" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Fluttershy", + "type": "character" + }, + "id": "5", + "meta": { + "old_id": "c:12", + "url": "https://www.fimfiction.net/tag/fluttershy" + }, + "type": "story_tag" + }, + { + "attributes": { + "avatar": { + "128": "https://static.fimfiction.net/images/none_64.png", + "160": "https://static.fimfiction.net/images/none_64.png", + "192": "https://static.fimfiction.net/images/none_64.png", + "256": "https://static.fimfiction.net/images/none_64.png", + "32": "https://static.fimfiction.net/images/none_32.png", + "320": "https://static.fimfiction.net/images/none_64.png", + "384": "https://static.fimfiction.net/images/none_64.png", + "48": "https://static.fimfiction.net/images/none_64.png", + "512": "https://static.fimfiction.net/images/none_64.png", + "64": "https://static.fimfiction.net/images/none_64.png", + "96": "https://static.fimfiction.net/images/none_64.png" + }, + "bio_html": "REDACTED", + "date_joined": "2011-07-27T10:21:38-04:00", + "name": "AVeryStrange", + "num_blog_posts": 3, + "num_followers": 415, + "num_stories": 5 + }, + "id": "505", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/505" + }, + "meta": { + "url": "https://www.fimfiction.net/user/505/AVeryStrange" + }, + "type": "user" + } + ], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=5764%2C5765&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=5764%2C5765&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6&page%5Bcursor%5D=vpirLgMImPB0pxafqCv2ZmXdxkwTZ5FLnaky2pgyzD1hW1t9Y9Z9fCz4kej_UTQ3", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=5764%2C5765&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6&page%5Bcursor%5D=PbbCDhbwhCvEVIn3k9k7c9lH-naKMVJEoZroXuVUJKhIDB4gHFI9D5hhVdU_ERes" + }, + "meta": { + "num_stories": 1 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=5764%2C5765&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=5764%2C5765&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + { + "json": { + "data": [], + "debug": { + "duration": "0.0058701038360596" + }, + "included": [], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=6%2C7&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=6%2C7&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=6%2C7&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + "meta": { + "num_stories": 0 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=6%2C7&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=6%2C7&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + { + "json": { + "data": [ + { + "attributes": { + "color": { + "hex": "3e3e7e", + "rgb": [ + 62, + 62, + 126 + ] + }, + "completion_status": "incomplete", + "content_rating": "everyone", + "cover_image": { + "full": "https://cdn-img.fimfiction.net/story/vr3n-1432418803-9-full", + "large": "https://cdn-img.fimfiction.net/story/vr3n-1432418803-9-large", + "medium": "https://cdn-img.fimfiction.net/story/vr3n-1432418803-9-medium", + "thumbnail": "https://cdn-img.fimfiction.net/story/vr3n-1432418803-9-tiny" + }, + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": "2011-07-08T14:04:11-04:00", + "date_updated": "2011-06-25T17:05:53-04:00", + "description_html": "REDACTED", + "num_chapters": 1, + "num_comments": 231, + "num_dislikes": 52, + "num_likes": 393, + "num_views": 10359, + "num_words": 321, + "published": true, + "rating": 88, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "The Greatest Equine Who has Ever Lived!", + "total_num_views": 10359 + }, + "id": "9", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/9" + }, + "meta": { + "url": "https://www.fimfiction.net/story/9/the-greatest-equine-who-has-ever-lived" + }, + "relationships": { + "author": { + "data": { + "id": "18", + "type": "user" + } + }, + "chapters": { + "data": [ + { + "id": "10", + "type": "chapter" + } + ] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + }, + { + "id": "6", + "type": "story_tag" + }, + { + "id": "20", + "type": "story_tag" + }, + { + "id": "120", + "type": "story_tag" + }, + { + "id": "234", + "type": "story_tag" + } + ] + } + }, + "type": "story" + } + ], + "debug": { + "duration": "0.015143871307373" + }, + "included": [ + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 1, + "content_html": "REDACTED", + "date_modified": "2014-01-28T06:25:52-05:00", + "date_published": "2011-07-08T14:04:11-04:00", + "num_views": 10359, + "num_words": 321, + "published": true, + "title": "Chapter 1" + }, + "id": "10", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/10" + }, + "meta": { + "url": "https://www.fimfiction.net/story/9/1/the-greatest-equine-who-has-ever-lived/chapter-1" + }, + "type": "chapter" + }, + { + "attributes": { + "name": "Romance", + "type": "genre" + }, + "id": "120", + "meta": { + "old_id": "g:romance", + "url": "https://www.fimfiction.net/tag/romance" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Trixie", + "type": "character" + }, + "id": "20", + "meta": { + "old_id": "c:21", + "url": "https://www.fimfiction.net/tag/trixie" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Random", + "type": "genre" + }, + "id": "234", + "meta": { + "old_id": "g:random", + "url": "https://www.fimfiction.net/tag/random" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "My Little Pony: Friendship is Magic", + "type": "series" + }, + "id": "4", + "meta": { + "old_id": "", + "url": "https://www.fimfiction.net/tag/mlp-fim" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Twilight Sparkle", + "type": "character" + }, + "id": "6", + "meta": { + "old_id": "c:7", + "url": "https://www.fimfiction.net/tag/twilight-sparkle" + }, + "type": "story_tag" + }, + { + "attributes": { + "avatar": { + "128": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-128", + "160": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-160", + "192": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-192", + "256": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-256", + "32": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-32", + "320": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-320", + "384": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-384", + "48": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-48", + "512": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-512", + "64": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-64", + "96": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-96" + }, + "bio_html": "REDACTED", + "date_joined": "2011-06-25T16:53:48-04:00", + "name": "Sethisto", + "num_blog_posts": 0, + "num_followers": 143, + "num_stories": 1 + }, + "id": "18", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/18" + }, + "meta": { + "url": "https://www.fimfiction.net/user/18/Sethisto" + }, + "type": "user" + } + ], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=8%2C9&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=8%2C9&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6&page%5Bcursor%5D=tcpLKCu9cTjCf6mzEIT2fP2j1cJsjRxqMDCqc2RqrZw", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=8%2C9&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6&page%5Bcursor%5D=TCEcy9bV8KcmzNocWPetrEITIPD5V0US_ekdHiUQdr8" + }, + "meta": { + "num_stories": 1 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=8%2C9&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=8%2C9&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + { + "json": { + "data": [ + { + "attributes": {}, + "id": "199462", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/199462" + }, + "meta": { + "url": "https://www.fimfiction.net/story/199462/jenerate" + }, + "relationships": { + "chapters": { + "data": [] + } + }, + "type": "story" + }, + { + "attributes": {}, + "id": "199463", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/199463" + }, + "meta": { + "url": "https://www.fimfiction.net/story/199463/flights-of-fantasy-a-first-readers-book-for-young-pegasi" + }, + "relationships": { + "chapters": { + "data": [ + { + "id": "587921", + "type": "chapter" + }, + { + "id": "587924", + "type": "chapter" + }, + { + "id": "645407", + "type": "chapter" + } + ] + } + }, + "type": "story" + } + ], + "debug": { + "duration": "0.033281087875366" + }, + "included": [ + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 1, + "content_html": "REDACTED", + "title": "Flying High: an Introduction to the Seventh Edition by Windy Rhyme" + }, + "id": "587921", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/587921" + }, + "meta": { + "url": "https://www.fimfiction.net/story/199463/1/flights-of-fantasy-a-first-readers-book-for-young-pegasi/flying-high-an-introduction-to-the-seventh-edition-by-windy-rhyme" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 2, + "content_html": "REDACTED", + "title": "The Iron Hoof" + }, + "id": "587924", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/587924" + }, + "meta": { + "url": "https://www.fimfiction.net/story/199463/2/flights-of-fantasy-a-first-readers-book-for-young-pegasi/the-iron-hoof" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 3, + "content_html": "REDACTED", + "title": "Zephyr and the Dragon" + }, + "id": "645407", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/645407" + }, + "meta": { + "url": "https://www.fimfiction.net/story/199463/3/flights-of-fantasy-a-first-readers-book-for-young-pegasi/zephyr-and-the-dragon" + }, + "type": "chapter" + } + ], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=199462%2C199463&include=chapters&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=199462%2C199463&include=chapters&page%5Bsize%5D=6&page%5Bcursor%5D=_LKtoU4NTEoLraSXSVjdqwSvsWW2OHcl-ChHQUSr07PuMZrNpnO64d1rd_LgW-hG", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=199462%2C199463&include=chapters&page%5Bsize%5D=6&page%5Bcursor%5D=YSqk3irSvKmSIhNLTAQwUTPsVGBV5pmHgMlDI0IlZdwwDv_qQPEJZQIo2No8I0u2" + }, + "meta": { + "num_stories": 2 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=199462%2C199463&include=chapters&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=199462%2C199463&include=chapters&page%5Bsize%5D=6" + }, + { + "json": { + "data": [], + "debug": { + "duration": "0.0063459873199463" + }, + "included": [], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=208798%2C208799&include=chapters&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=208798%2C208799&include=chapters&page%5Bsize%5D=6", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=208798%2C208799&include=chapters&page%5Bsize%5D=6" + }, + "meta": { + "num_stories": 0 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=208798%2C208799&include=chapters&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=208798%2C208799&include=chapters&page%5Bsize%5D=6" + }, + { + "json": { + "data": [ + { + "attributes": {}, + "id": "25738", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/25738" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/scootaloos-conflict" + }, + "relationships": { + "chapters": { + "data": [ + { + "id": "79156", + "type": "chapter" + }, + { + "id": "80493", + "type": "chapter" + }, + { + "id": "81065", + "type": "chapter" + }, + { + "id": "82828", + "type": "chapter" + }, + { + "id": "88239", + "type": "chapter" + }, + { + "id": "552043", + "type": "chapter" + } + ] + } + }, + "type": "story" + }, + { + "attributes": {}, + "id": "25739", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/25739" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/equipoise-celestia-on-trial" + }, + "relationships": { + "chapters": { + "data": [ + { + "id": "91775", + "type": "chapter" + }, + { + "id": "131795", + "type": "chapter" + }, + { + "id": "137778", + "type": "chapter" + }, + { + "id": "167392", + "type": "chapter" + }, + { + "id": "168999", + "type": "chapter" + }, + { + "id": "179486", + "type": "chapter" + } + ] + } + }, + "type": "story" + } + ], + "debug": { + "duration": "0.05294394493103" + }, + "included": [ + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 2, + "content_html": "REDACTED", + "title": "Chapter 01" + }, + "id": "131795", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/131795" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/2/equipoise-celestia-on-trial/chapter-01" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 3, + "content_html": "REDACTED", + "title": "Chapter 02" + }, + "id": "137778", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/137778" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/3/equipoise-celestia-on-trial/chapter-02" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 4, + "content_html": "REDACTED", + "title": "Chapter 03" + }, + "id": "167392", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/167392" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/4/equipoise-celestia-on-trial/chapter-03" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 5, + "content_html": "REDACTED", + "title": "Chapter 04" + }, + "id": "168999", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/168999" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/5/equipoise-celestia-on-trial/chapter-04" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 6, + "content_html": "REDACTED", + "title": "Chapter 05" + }, + "id": "179486", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/179486" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/6/equipoise-celestia-on-trial/chapter-05" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 6, + "content_html": "REDACTED", + "title": "Chapter 6: Introductions" + }, + "id": "552043", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/552043" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/6/scootaloos-conflict/chapter-6-introductions" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 1, + "content_html": "REDACTED", + "title": "Chapter 1: Doubts" + }, + "id": "79156", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/79156" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/1/scootaloos-conflict/chapter-1-doubts" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 2, + "content_html": "REDACTED", + "title": "Chapter 2: Decision" + }, + "id": "80493", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/80493" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/2/scootaloos-conflict/chapter-2-decision" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 3, + "content_html": "REDACTED", + "title": "Chapter 3: Flames" + }, + "id": "81065", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/81065" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/3/scootaloos-conflict/chapter-3-flames" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 4, + "content_html": "REDACTED", + "title": "Chapter 4: Taking Leave" + }, + "id": "82828", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/82828" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/4/scootaloos-conflict/chapter-4-taking-leave" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 5, + "content_html": "REDACTED", + "title": "Chapter 5: Arrival" + }, + "id": "88239", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/88239" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/5/scootaloos-conflict/chapter-5-arrival" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 1, + "content_html": "REDACTED", + "title": "Chapter 00" + }, + "id": "91775", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/91775" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/1/equipoise-celestia-on-trial/chapter-00" + }, + "type": "chapter" + } + ], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=25738%2C25739&include=chapters&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=25738%2C25739&include=chapters&page%5Bsize%5D=6&page%5Bcursor%5D=wuz0wiHgVw-duKGpDuhBX4ShkbEfwOXFYC73qwQqhDI", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=25738%2C25739&include=chapters&page%5Bsize%5D=6&page%5Bcursor%5D=u4i3-NHr8FoU8SxqBNATPkpQdoGxFw5A1cIPFJi_w6cvyT6N-XMNZ_Wz1fKNu_iU" + }, + "meta": { + "num_stories": 2 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=25738%2C25739&include=chapters&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=25738%2C25739&include=chapters&page%5Bsize%5D=6" + }, + { + "json": { + "data": [ + { + "attributes": {}, + "id": "445", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/445" + }, + "meta": { + "url": "https://www.fimfiction.net/story/445/the-new-black" + }, + "relationships": { + "chapters": { + "data": [ + { + "id": "1051", + "type": "chapter" + } + ] + } + }, + "type": "story" + }, + { + "attributes": {}, + "id": "444", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/444" + }, + "meta": { + "url": "https://www.fimfiction.net/story/444/cutie-catastrophe" + }, + "relationships": { + "chapters": { + "data": [ + { + "id": "1048", + "type": "chapter" + } + ] + } + }, + "type": "story" + } + ], + "debug": { + "duration": "0.028378963470459" + }, + "included": [ + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 1, + "content_html": "REDACTED", + "title": "Chapter 1" + }, + "id": "1048", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/1048" + }, + "meta": { + "url": "https://www.fimfiction.net/story/444/1/cutie-catastrophe/chapter-1" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 1, + "content_html": "REDACTED", + "title": "Chapter 1" + }, + "id": "1051", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/1051" + }, + "meta": { + "url": "https://www.fimfiction.net/story/445/1/the-new-black/chapter-1" + }, + "type": "chapter" + } + ], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=444%2C445&include=chapters&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=444%2C445&include=chapters&page%5Bsize%5D=6&page%5Bcursor%5D=Gd-oObmJKDAt0Quo6GxIG-ZUARiZJPY2eynhRewAEAQlCFSM3AEkW8rALkYO31uE", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=444%2C445&include=chapters&page%5Bsize%5D=6&page%5Bcursor%5D=pBh8PZMrHQPARLZf-6S3F2EdH06YJZkBkwWcOhLZvQVxYeByYvbDSH5WVLC7rpWY" + }, + "meta": { + "num_stories": 2 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=444%2C445&include=chapters&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=444%2C445&include=chapters&page%5Bsize%5D=6" + }, + { + "json": { + "data": [ + { + "attributes": {}, + "id": "5764", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/5764" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/kindnesss-reward" + }, + "relationships": { + "chapters": { + "data": [ + { + "id": "17165", + "type": "chapter" + }, + { + "id": "17166", + "type": "chapter" + }, + { + "id": "17167", + "type": "chapter" + }, + { + "id": "17170", + "type": "chapter" + }, + { + "id": "17171", + "type": "chapter" + }, + { + "id": "17172", + "type": "chapter" + } + ] + } + }, + "type": "story" + } + ], + "debug": { + "duration": "0.070564985275269" + }, + "included": [ + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 1, + "content_html": "REDACTED", + "title": "Chapter 1" + }, + "id": "17165", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17165" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/1/kindnesss-reward/chapter-1" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 2, + "content_html": "REDACTED", + "title": "Chapter 2" + }, + "id": "17166", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17166" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/2/kindnesss-reward/chapter-2" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 3, + "content_html": "REDACTED", + "title": "Chapter 3" + }, + "id": "17167", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17167" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/3/kindnesss-reward/chapter-3" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 4, + "content_html": "REDACTED", + "title": "Chapter 4" + }, + "id": "17170", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17170" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/4/kindnesss-reward/chapter-4" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 5, + "content_html": "REDACTED", + "title": "Chapter 5" + }, + "id": "17171", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17171" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/5/kindnesss-reward/chapter-5" + }, + "type": "chapter" + }, + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 6, + "content_html": "REDACTED", + "title": "Chapter 6" + }, + "id": "17172", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17172" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/6/kindnesss-reward/chapter-6" + }, + "type": "chapter" + } + ], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=5764%2C5765&include=chapters&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=5764%2C5765&include=chapters&page%5Bsize%5D=6&page%5Bcursor%5D=2o8_oZNkauCUDC4krsuVe401h7VdQhX-pkc0LFF-9j3tyrOwAjNh-YEDG6eTuj1V", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=5764%2C5765&include=chapters&page%5Bsize%5D=6&page%5Bcursor%5D=Zn9MSroSObcXyvVU9cYz_Xc76QsY2YDNYs7POVebIgzGZ7RlapFZTtUyicfXx1JI" + }, + "meta": { + "num_stories": 1 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=5764%2C5765&include=chapters&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=5764%2C5765&include=chapters&page%5Bsize%5D=6" + }, + { + "json": { + "data": [], + "debug": { + "duration": "0.0078270435333252" + }, + "included": [], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=6%2C7&include=chapters&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=6%2C7&include=chapters&page%5Bsize%5D=6", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=6%2C7&include=chapters&page%5Bsize%5D=6" + }, + "meta": { + "num_stories": 0 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=6%2C7&include=chapters&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=6%2C7&include=chapters&page%5Bsize%5D=6" + }, + { + "json": { + "data": [ + { + "attributes": {}, + "id": "9", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/9" + }, + "meta": { + "url": "https://www.fimfiction.net/story/9/the-greatest-equine-who-has-ever-lived" + }, + "relationships": { + "chapters": { + "data": [ + { + "id": "10", + "type": "chapter" + } + ] + } + }, + "type": "story" + } + ], + "debug": { + "duration": "0.014157056808472" + }, + "included": [ + { + "attributes": { + "authors_note_html": "REDACTED", + "authors_note_position": "bottom", + "chapter_number": 1, + "content_html": "REDACTED", + "title": "Chapter 1" + }, + "id": "10", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/10" + }, + "meta": { + "url": "https://www.fimfiction.net/story/9/1/the-greatest-equine-who-has-ever-lived/chapter-1" + }, + "type": "chapter" + } + ], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=8%2C9&include=chapters&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=8%2C9&include=chapters&page%5Bsize%5D=6&page%5Bcursor%5D=wsceLb-7bJOoU1YHlgG4EIWLnjFrCYtAeXIH-6xnfSs", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=8%2C9&include=chapters&page%5Bsize%5D=6&page%5Bcursor%5D=AWtsi_17B0VlPe0ZjTLP0TnXpobmYpztdIhCF7FLNuY" + }, + "meta": { + "num_stories": 1 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=8%2C9&include=chapters&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=authors_note_html%2Cauthors_note_position%2Cchapter_number%2Ccontent_html%2Ctitle&fields%5Bstory%5D=chapters&filter%5Bids%5D=8%2C9&include=chapters&page%5Bsize%5D=6" + }, + { + "json": { + "data": [ + { + "attributes": { + "color": { + "hex": "ab70c1", + "rgb": [ + 171, + 112, + 193 + ] + }, + "completion_status": "cancelled", + "content_rating": "everyone", + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": "2014-08-05T16:50:01-04:00", + "date_updated": "2014-08-07T22:15:01-04:00", + "description_html": "REDACTED", + "num_chapters": 0, + "num_comments": 4, + "num_dislikes": 8, + "num_likes": 6, + "num_views": 0, + "num_words": 0, + "published": true, + "rating": 43, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "Jenerate", + "total_num_views": 0 + }, + "id": "199462", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/199462" + }, + "meta": { + "url": "https://www.fimfiction.net/story/199462/jenerate" + }, + "relationships": { + "author": { + "data": { + "id": "159048", + "type": "user" + } + }, + "chapters": { + "data": [] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + }, + { + "id": "48", + "type": "story_tag" + }, + { + "id": "61", + "type": "story_tag" + }, + { + "id": "226", + "type": "story_tag" + }, + { + "id": "229", + "type": "story_tag" + } + ] + } + }, + "type": "story" + }, + { + "attributes": { + "color": { + "hex": "dddddd", + "rgb": [ + 221, + 221, + 221 + ] + }, + "completion_status": "hiatus", + "content_rating": "teen", + "cover_image": { + "full": "https://cdn-img.fimfiction.net/story/9mog-1432573008-199463-full", + "large": "https://cdn-img.fimfiction.net/story/9mog-1432573008-199463-large", + "medium": "https://cdn-img.fimfiction.net/story/9mog-1432573008-199463-medium", + "thumbnail": "https://cdn-img.fimfiction.net/story/9mog-1432573008-199463-tiny" + }, + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": "2014-06-26T04:00:02-04:00", + "date_updated": "2014-09-30T10:51:00-04:00", + "description_html": "REDACTED", + "num_chapters": 3, + "num_comments": 1, + "num_dislikes": -1, + "num_likes": -1, + "num_views": 330, + "num_words": 8656, + "published": true, + "rating": 100, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "Flights of Fantasy: A First Readers Book for Young Pegasi", + "total_num_views": 633 + }, + "id": "199463", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/199463" + }, + "meta": { + "url": "https://www.fimfiction.net/story/199463/flights-of-fantasy-a-first-readers-book-for-young-pegasi" + }, + "relationships": { + "author": { + "data": { + "id": "101017", + "type": "user" + } + }, + "chapters": { + "data": [ + { + "id": "587921", + "type": "chapter" + }, + { + "id": "587924", + "type": "chapter" + }, + { + "id": "645407", + "type": "chapter" + } + ] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + }, + { + "id": "48", + "type": "story_tag" + }, + { + "id": "61", + "type": "story_tag" + }, + { + "id": "226", + "type": "story_tag" + }, + { + "id": "240", + "type": "story_tag" + } + ] + } + }, + "type": "story" + } + ], + "debug": { + "duration": "0.017513990402222" + }, + "included": [ + { + "attributes": { + "chapter_number": 1, + "date_modified": "2014-06-25T23:30:05-04:00", + "date_published": "2014-06-25T23:30:05-04:00", + "num_views": 170, + "num_words": 504, + "published": true, + "title": "Flying High: an Introduction to the Seventh Edition by Windy Rhyme" + }, + "id": "587921", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/587921" + }, + "meta": { + "url": "https://www.fimfiction.net/story/199463/1/flights-of-fantasy-a-first-readers-book-for-young-pegasi/flying-high-an-introduction-to-the-seventh-edition-by-windy-rhyme" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 2, + "date_modified": "2014-06-25T23:35:13-04:00", + "date_published": "2014-06-25T23:35:13-04:00", + "num_views": 331, + "num_words": 5626, + "published": true, + "title": "The Iron Hoof" + }, + "id": "587924", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/587924" + }, + "meta": { + "url": "https://www.fimfiction.net/story/199463/2/flights-of-fantasy-a-first-readers-book-for-young-pegasi/the-iron-hoof" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 3, + "date_modified": "2014-11-24T13:49:59-05:00", + "date_published": "2014-09-30T10:51:00-04:00", + "num_views": 133, + "num_words": 2526, + "published": true, + "title": "Zephyr and the Dragon" + }, + "id": "645407", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/645407" + }, + "meta": { + "url": "https://www.fimfiction.net/story/199463/3/flights-of-fantasy-a-first-readers-book-for-young-pegasi/zephyr-and-the-dragon" + }, + "type": "chapter" + }, + { + "attributes": { + "name": "Adventure", + "type": "genre" + }, + "id": "226", + "meta": { + "old_id": "g:adventure", + "url": "https://www.fimfiction.net/tag/adventure" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Crossover", + "type": "content" + }, + "id": "229", + "meta": { + "old_id": "g:crossover", + "url": "https://www.fimfiction.net/tag/crossover" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Alternate Universe", + "type": "content" + }, + "id": "240", + "meta": { + "old_id": "g:alternate_universe", + "url": "https://www.fimfiction.net/tag/alternate-universe" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "My Little Pony: Friendship is Magic", + "type": "series" + }, + "id": "4", + "meta": { + "old_id": "", + "url": "https://www.fimfiction.net/tag/mlp-fim" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Original Character", + "type": "character" + }, + "id": "48", + "meta": { + "old_id": "c:49", + "url": "https://www.fimfiction.net/tag/original-character" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Other", + "type": "character" + }, + "id": "61", + "meta": { + "old_id": "c:62", + "url": "https://www.fimfiction.net/tag/other" + }, + "type": "story_tag" + }, + { + "attributes": { + "avatar": { + "128": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-128", + "160": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-160", + "192": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-192", + "256": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-256", + "32": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-32", + "320": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-320", + "384": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-384", + "48": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-48", + "512": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-512", + "64": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-64", + "96": "https://cdn-img.fimfiction.net/user/zgxw-1431827248-101017-96" + }, + "bio_html": "REDACTED", + "date_joined": "2013-03-17T00:03:58-04:00", + "name": "NoPonysLand", + "num_blog_posts": 7, + "num_followers": 6, + "num_stories": 2 + }, + "id": "101017", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/101017" + }, + "meta": { + "url": "https://www.fimfiction.net/user/101017/NoPonysLand" + }, + "type": "user" + }, + { + "attributes": { + "avatar": { + "128": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-128", + "160": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-160", + "192": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-192", + "256": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-256", + "32": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-32", + "320": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-320", + "384": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-384", + "48": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-48", + "512": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-512", + "64": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-64", + "96": "https://cdn-img.fimfiction.net/user/idj2-1479089455-159048-96" + }, + "bio_html": "REDACTED", + "date_joined": "2013-12-06T16:36:56-05:00", + "name": "FairyRave", + "num_blog_posts": 133, + "num_followers": 106, + "num_stories": 1 + }, + "id": "159048", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/159048" + }, + "meta": { + "url": "https://www.fimfiction.net/user/159048/FairyRave" + }, + "type": "user" + } + ], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=199462%2C199463&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=199462%2C199463&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6&page%5Bcursor%5D=8gBaAVw1kQu00i7vBo42WCHnPFylxPK-Qng6EZjKAJeW2nGmJ_1ywiGED4QHbV6b", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=199462%2C199463&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6&page%5Bcursor%5D=AJ2XlD1V9DFHp61HWTk-joa4fspmt_ERvBCgk3n58cBy8-aGYQH9VVIaHAIZxKj_" + }, + "meta": { + "num_stories": 2 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=199462%2C199463&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=199462%2C199463&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + { + "json": { + "data": [], + "debug": { + "duration": "0.0068278312683105" + }, + "included": [], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=208798%2C208799&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=208798%2C208799&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=208798%2C208799&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + "meta": { + "num_stories": 0 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=208798%2C208799&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=208798%2C208799&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + { + "json": { + "data": [ + { + "attributes": { + "color": { + "hex": "742424", + "rgb": [ + 116, + 36, + 36 + ] + }, + "completion_status": "hiatus", + "content_rating": "teen", + "cover_image": { + "full": "https://cdn-img.fimfiction.net/story/ex5k-1432431866-25738-full", + "large": "https://cdn-img.fimfiction.net/story/ex5k-1432431866-25738-large", + "medium": "https://cdn-img.fimfiction.net/story/ex5k-1432431866-25738-medium", + "thumbnail": "https://cdn-img.fimfiction.net/story/ex5k-1432431866-25738-tiny" + }, + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": "2012-06-15T06:24:03-04:00", + "date_updated": "2014-04-30T16:04:04-04:00", + "description_html": "REDACTED", + "num_chapters": 6, + "num_comments": 4, + "num_dislikes": 4, + "num_likes": 10, + "num_views": 819, + "num_words": 9560, + "published": true, + "rating": 71, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "Scootaloo's Conflict", + "total_num_views": 3751 + }, + "id": "25738", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/25738" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/scootaloos-conflict" + }, + "relationships": { + "author": { + "data": { + "id": "32708", + "type": "user" + } + }, + "chapters": { + "data": [ + { + "id": "79156", + "type": "chapter" + }, + { + "id": "80493", + "type": "chapter" + }, + { + "id": "81065", + "type": "chapter" + }, + { + "id": "82828", + "type": "chapter" + }, + { + "id": "88239", + "type": "chapter" + }, + { + "id": "552043", + "type": "chapter" + } + ] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + }, + { + "id": "15", + "type": "story_tag" + }, + { + "id": "16", + "type": "story_tag" + }, + { + "id": "17", + "type": "story_tag" + }, + { + "id": "73", + "type": "story_tag" + }, + { + "id": "74", + "type": "story_tag" + }, + { + "id": "122", + "type": "story_tag" + }, + { + "id": "127", + "type": "story_tag" + }, + { + "id": "226", + "type": "story_tag" + }, + { + "id": "235", + "type": "story_tag" + }, + { + "id": "239", + "type": "story_tag" + } + ] + } + }, + "type": "story" + }, + { + "attributes": { + "color": { + "hex": "9f6f6f", + "rgb": [ + 159, + 111, + 111 + ] + }, + "completion_status": "incomplete", + "content_rating": "teen", + "cover_image": { + "full": "https://cdn-img.fimfiction.net/story/8xp0-1432431867-25739-full", + "large": "https://cdn-img.fimfiction.net/story/8xp0-1432431867-25739-large", + "medium": "https://cdn-img.fimfiction.net/story/8xp0-1432431867-25739-medium", + "thumbnail": "https://cdn-img.fimfiction.net/story/8xp0-1432431867-25739-tiny" + }, + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": null, + "date_updated": "2012-10-26T10:04:33-04:00", + "description_html": "REDACTED", + "num_chapters": 6, + "num_comments": 2, + "num_dislikes": -1, + "num_likes": -1, + "num_views": 492, + "num_words": 15422, + "published": true, + "rating": 88, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "Equipoise: Celestia on Trial", + "total_num_views": 1972 + }, + "id": "25739", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/25739" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/equipoise-celestia-on-trial" + }, + "relationships": { + "author": { + "data": { + "id": "13190", + "type": "user" + } + }, + "chapters": { + "data": [ + { + "id": "91775", + "type": "chapter" + }, + { + "id": "131795", + "type": "chapter" + }, + { + "id": "137778", + "type": "chapter" + }, + { + "id": "167392", + "type": "chapter" + }, + { + "id": "168999", + "type": "chapter" + }, + { + "id": "179486", + "type": "chapter" + } + ] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + }, + { + "id": "16", + "type": "story_tag" + }, + { + "id": "17", + "type": "story_tag" + }, + { + "id": "48", + "type": "story_tag" + }, + { + "id": "61", + "type": "story_tag" + }, + { + "id": "73", + "type": "story_tag" + }, + { + "id": "127", + "type": "story_tag" + }, + { + "id": "226", + "type": "story_tag" + } + ] + } + }, + "type": "story" + } + ], + "debug": { + "duration": "0.022277116775513" + }, + "included": [ + { + "attributes": { + "chapter_number": 2, + "date_modified": "2012-10-26T20:12:49-04:00", + "date_published": "2012-10-26T20:12:49-04:00", + "num_views": 364, + "num_words": 2763, + "published": true, + "title": "Chapter 01" + }, + "id": "131795", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/131795" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/2/equipoise-celestia-on-trial/chapter-01" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 3, + "date_modified": "2012-10-26T20:34:26-04:00", + "date_published": "2012-10-26T20:34:26-04:00", + "num_views": 291, + "num_words": 4089, + "published": true, + "title": "Chapter 02" + }, + "id": "137778", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/137778" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/3/equipoise-celestia-on-trial/chapter-02" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 4, + "date_modified": "2012-10-26T20:50:53-04:00", + "date_published": "2012-10-26T20:50:53-04:00", + "num_views": 309, + "num_words": 3856, + "published": true, + "title": "Chapter 03" + }, + "id": "167392", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/167392" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/4/equipoise-celestia-on-trial/chapter-03" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 5, + "date_modified": "2012-10-26T20:51:18-04:00", + "date_published": "2012-10-26T20:51:18-04:00", + "num_views": 247, + "num_words": 3023, + "published": true, + "title": "Chapter 04" + }, + "id": "168999", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/168999" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/5/equipoise-celestia-on-trial/chapter-04" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 6, + "date_modified": "2012-10-26T20:51:33-04:00", + "date_published": "2012-10-26T20:51:33-04:00", + "num_views": 269, + "num_words": 842, + "published": true, + "title": "Chapter 05" + }, + "id": "179486", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/179486" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/6/equipoise-celestia-on-trial/chapter-05" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 6, + "date_modified": "2014-04-30T21:52:48-04:00", + "date_published": "2014-04-30T16:04:04-04:00", + "num_views": 223, + "num_words": 926, + "published": true, + "title": "Chapter 6: Introductions" + }, + "id": "552043", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/552043" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/6/scootaloos-conflict/chapter-6-introductions" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 1, + "date_modified": "2014-04-30T13:40:45-04:00", + "date_published": "2012-05-30T07:29:00-04:00", + "num_views": 746, + "num_words": 2488, + "published": true, + "title": "Chapter 1: Doubts" + }, + "id": "79156", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/79156" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/1/scootaloos-conflict/chapter-1-doubts" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 2, + "date_modified": "2014-04-30T13:57:00-04:00", + "date_published": "2012-05-31T04:50:44-04:00", + "num_views": 608, + "num_words": 1587, + "published": true, + "title": "Chapter 2: Decision" + }, + "id": "80493", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/80493" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/2/scootaloos-conflict/chapter-2-decision" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 3, + "date_modified": "2014-04-30T13:56:24-04:00", + "date_published": "2012-05-31T06:46:15-04:00", + "num_views": 820, + "num_words": 1469, + "published": true, + "title": "Chapter 3: Flames" + }, + "id": "81065", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/81065" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/3/scootaloos-conflict/chapter-3-flames" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 4, + "date_modified": "2014-04-30T14:03:39-04:00", + "date_published": "2012-06-16T13:50:06-04:00", + "num_views": 720, + "num_words": 1436, + "published": true, + "title": "Chapter 4: Taking Leave" + }, + "id": "82828", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/82828" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/4/scootaloos-conflict/chapter-4-taking-leave" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 5, + "date_modified": "2014-04-30T13:12:37-04:00", + "date_published": "2012-05-27T23:45:07-04:00", + "num_views": 635, + "num_words": 1654, + "published": true, + "title": "Chapter 5: Arrival" + }, + "id": "88239", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/88239" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25738/5/scootaloos-conflict/chapter-5-arrival" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 1, + "date_modified": "2012-10-23T20:26:36-04:00", + "date_published": "2012-10-23T20:26:36-04:00", + "num_views": 492, + "num_words": 849, + "published": true, + "title": "Chapter 00" + }, + "id": "91775", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/91775" + }, + "meta": { + "url": "https://www.fimfiction.net/story/25739/1/equipoise-celestia-on-trial/chapter-00" + }, + "type": "chapter" + }, + { + "attributes": { + "name": "Dark", + "type": "genre" + }, + "id": "122", + "meta": { + "old_id": "g:dark", + "url": "https://www.fimfiction.net/tag/dark" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Gore", + "type": "warning" + }, + "id": "127", + "meta": { + "old_id": "t:gore", + "url": "https://www.fimfiction.net/tag/gore" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Spike", + "type": "character" + }, + "id": "15", + "meta": { + "old_id": "c:16", + "url": "https://www.fimfiction.net/tag/spike" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Princess Celestia", + "type": "character" + }, + "id": "16", + "meta": { + "old_id": "c:17", + "url": "https://www.fimfiction.net/tag/princess-celestia" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Princess Luna", + "type": "character" + }, + "id": "17", + "meta": { + "old_id": "c:18", + "url": "https://www.fimfiction.net/tag/princess-luna" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Adventure", + "type": "genre" + }, + "id": "226", + "meta": { + "old_id": "g:adventure", + "url": "https://www.fimfiction.net/tag/adventure" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Sad", + "type": "genre" + }, + "id": "235", + "meta": { + "old_id": "g:sad", + "url": "https://www.fimfiction.net/tag/sad" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Tragedy", + "type": "genre" + }, + "id": "239", + "meta": { + "old_id": "g:tragedy", + "url": "https://www.fimfiction.net/tag/tragedy" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "My Little Pony: Friendship is Magic", + "type": "series" + }, + "id": "4", + "meta": { + "old_id": "", + "url": "https://www.fimfiction.net/tag/mlp-fim" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Original Character", + "type": "character" + }, + "id": "48", + "meta": { + "old_id": "c:49", + "url": "https://www.fimfiction.net/tag/original-character" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Other", + "type": "character" + }, + "id": "61", + "meta": { + "old_id": "c:62", + "url": "https://www.fimfiction.net/tag/other" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Main 6", + "type": "character" + }, + "id": "73", + "meta": { + "old_id": "c:74", + "url": "https://www.fimfiction.net/tag/main-6" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Cutie Mark Crusaders", + "type": "character" + }, + "id": "74", + "meta": { + "old_id": "c:75", + "url": "https://www.fimfiction.net/tag/cutie-mark-crusaders" + }, + "type": "story_tag" + }, + { + "attributes": { + "avatar": { + "128": "https://static.fimfiction.net/images/none_64.png", + "160": "https://static.fimfiction.net/images/none_64.png", + "192": "https://static.fimfiction.net/images/none_64.png", + "256": "https://static.fimfiction.net/images/none_64.png", + "32": "https://static.fimfiction.net/images/none_32.png", + "320": "https://static.fimfiction.net/images/none_64.png", + "384": "https://static.fimfiction.net/images/none_64.png", + "48": "https://static.fimfiction.net/images/none_64.png", + "512": "https://static.fimfiction.net/images/none_64.png", + "64": "https://static.fimfiction.net/images/none_64.png", + "96": "https://static.fimfiction.net/images/none_64.png" + }, + "bio_html": "REDACTED", + "date_joined": "2012-02-11T06:42:07-05:00", + "name": "February Write Off", + "num_blog_posts": 0, + "num_followers": 5, + "num_stories": 8 + }, + "id": "13190", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/13190" + }, + "meta": { + "url": "https://www.fimfiction.net/user/13190/February+Write+Off" + }, + "type": "user" + }, + { + "attributes": { + "avatar": { + "128": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-128", + "160": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-160", + "192": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-192", + "256": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-256", + "32": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-32", + "320": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-320", + "384": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-384", + "48": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-48", + "512": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-512", + "64": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-64", + "96": "https://cdn-img.fimfiction.net/user/i95k-1481947107-32708-96" + }, + "bio_html": "REDACTED", + "date_joined": "2012-05-11T21:01:22-04:00", + "name": "Naryyn", + "num_blog_posts": 6, + "num_followers": 13, + "num_stories": 13 + }, + "id": "32708", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/32708" + }, + "meta": { + "url": "https://www.fimfiction.net/user/32708/Naryyn" + }, + "type": "user" + } + ], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=25738%2C25739&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=25738%2C25739&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6&page%5Bcursor%5D=eYgaBqnAivzaJNJKAPxUNFoGnbgL09iWpSd5aQ-R_UY", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=25738%2C25739&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6&page%5Bcursor%5D=RuD9ebuFT4mLGbNXqo2-toQ-frer2O8beK4NHD9tq83Rvv4Z6Fab1lktK0r_Q13s" + }, + "meta": { + "num_stories": 2 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=25738%2C25739&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=25738%2C25739&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + { + "json": { + "data": [ + { + "attributes": { + "color": { + "hex": "8fcfef", + "rgb": [ + 143, + 207, + 239 + ] + }, + "completion_status": "complete", + "content_rating": "teen", + "cover_image": { + "full": "https://cdn-img.fimfiction.net/story/y1m3-1432419358-445-full", + "large": "https://cdn-img.fimfiction.net/story/y1m3-1432419358-445-large", + "medium": "https://cdn-img.fimfiction.net/story/y1m3-1432419358-445-medium", + "thumbnail": "https://cdn-img.fimfiction.net/story/y1m3-1432419358-445-tiny" + }, + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": "2011-08-07T19:38:56-04:00", + "date_updated": "2011-08-07T16:52:28-04:00", + "description_html": "REDACTED", + "num_chapters": 1, + "num_comments": 31, + "num_dislikes": 7, + "num_likes": 70, + "num_views": 4241, + "num_words": 2704, + "published": true, + "rating": 91, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "The New Black", + "total_num_views": 4241 + }, + "id": "445", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/445" + }, + "meta": { + "url": "https://www.fimfiction.net/story/445/the-new-black" + }, + "relationships": { + "author": { + "data": { + "id": "411", + "type": "user" + } + }, + "chapters": { + "data": [ + { + "id": "1051", + "type": "chapter" + } + ] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + }, + { + "id": "7", + "type": "story_tag" + }, + { + "id": "228", + "type": "story_tag" + } + ] + } + }, + "type": "story" + }, + { + "attributes": { + "color": { + "hex": "bbc170", + "rgb": [ + 187, + 193, + 112 + ] + }, + "completion_status": "complete", + "content_rating": "everyone", + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": "2011-08-07T14:39:53-04:00", + "date_updated": "2011-08-29T04:59:36-04:00", + "description_html": "REDACTED", + "num_chapters": 1, + "num_comments": 6, + "num_dislikes": 3, + "num_likes": 7, + "num_views": 1328, + "num_words": 1169, + "published": true, + "rating": 70, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "Cutie Catastrophe", + "total_num_views": 1328 + }, + "id": "444", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/444" + }, + "meta": { + "url": "https://www.fimfiction.net/story/444/cutie-catastrophe" + }, + "relationships": { + "author": { + "data": { + "id": "193", + "type": "user" + } + }, + "chapters": { + "data": [ + { + "id": "1048", + "type": "chapter" + } + ] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + } + ] + } + }, + "type": "story" + } + ], + "debug": { + "duration": "0.015553951263428" + }, + "included": [ + { + "attributes": { + "chapter_number": 1, + "date_modified": "2011-08-07T14:39:53-04:00", + "date_published": "2011-08-07T14:39:53-04:00", + "num_views": 1329, + "num_words": 1169, + "published": true, + "title": "Chapter 1" + }, + "id": "1048", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/1048" + }, + "meta": { + "url": "https://www.fimfiction.net/story/444/1/cutie-catastrophe/chapter-1" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 1, + "date_modified": "2014-02-21T21:18:55-05:00", + "date_published": "2011-08-07T19:38:56-04:00", + "num_views": 4242, + "num_words": 2704, + "published": true, + "title": "Chapter 1" + }, + "id": "1051", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/1051" + }, + "meta": { + "url": "https://www.fimfiction.net/story/445/1/the-new-black/chapter-1" + }, + "type": "chapter" + }, + { + "attributes": { + "name": "Comedy", + "type": "genre" + }, + "id": "228", + "meta": { + "old_id": "g:comedy", + "url": "https://www.fimfiction.net/tag/comedy" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "My Little Pony: Friendship is Magic", + "type": "series" + }, + "id": "4", + "meta": { + "old_id": "", + "url": "https://www.fimfiction.net/tag/mlp-fim" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Rainbow Dash", + "type": "character" + }, + "id": "7", + "meta": { + "old_id": "c:8", + "url": "https://www.fimfiction.net/tag/rainbow-dash" + }, + "type": "story_tag" + }, + { + "attributes": { + "avatar": { + "128": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-128", + "160": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-160", + "192": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-192", + "256": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-256", + "32": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-32", + "320": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-320", + "384": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-384", + "48": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-48", + "512": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-512", + "64": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-64", + "96": "https://cdn-img.fimfiction.net/user/iajc-1431818471-193-96" + }, + "bio_html": "REDACTED", + "date_joined": "2011-07-10T20:26:57-04:00", + "name": "PuppyLove", + "num_blog_posts": 0, + "num_followers": 6, + "num_stories": 2 + }, + "id": "193", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/193" + }, + "meta": { + "url": "https://www.fimfiction.net/user/193/PuppyLove" + }, + "type": "user" + }, + { + "attributes": { + "avatar": { + "128": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-128", + "160": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-160", + "192": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-192", + "256": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-256", + "32": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-32", + "320": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-320", + "384": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-384", + "48": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-48", + "512": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-512", + "64": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-64", + "96": "https://cdn-img.fimfiction.net/user/dlh8-1520280772-411-96" + }, + "bio_html": "REDACTED", + "date_joined": "2011-07-19T04:18:51-04:00", + "name": "SPark", + "num_blog_posts": 403, + "num_followers": 1478, + "num_stories": 67 + }, + "id": "411", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/411" + }, + "meta": { + "url": "https://www.fimfiction.net/user/411/SPark" + }, + "type": "user" + } + ], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=444%2C445&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=444%2C445&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6&page%5Bcursor%5D=4Sm941c-L8M1X3MUcEBNyDCXt7KAv9fTmPG-JkPw0OQq8_ZV22InvYzmn4R5EY4P", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=444%2C445&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6&page%5Bcursor%5D=EM5eZMBLAaYccEbsQXdW-fLlSnwjAFlcKStNSk9Ypy2vlCoQPhWPSH3b9id3iesL" + }, + "meta": { + "num_stories": 2 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=444%2C445&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=444%2C445&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + { + "json": { + "data": [ + { + "attributes": { + "color": { + "hex": "c070c1", + "rgb": [ + 192, + 112, + 193 + ] + }, + "completion_status": "complete", + "content_rating": "everyone", + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": "2012-01-01T14:32:42-05:00", + "date_updated": "2012-01-01T14:32:42-05:00", + "description_html": "REDACTED", + "num_chapters": 6, + "num_comments": 193, + "num_dislikes": 17, + "num_likes": 1173, + "num_views": 13650, + "num_words": 30736, + "published": true, + "rating": 99, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "Kindness's Reward", + "total_num_views": 63450 + }, + "id": "5764", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/5764" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/kindnesss-reward" + }, + "relationships": { + "author": { + "data": { + "id": "505", + "type": "user" + } + }, + "chapters": { + "data": [ + { + "id": "17165", + "type": "chapter" + }, + { + "id": "17166", + "type": "chapter" + }, + { + "id": "17167", + "type": "chapter" + }, + { + "id": "17170", + "type": "chapter" + }, + { + "id": "17171", + "type": "chapter" + }, + { + "id": "17172", + "type": "chapter" + } + ] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + }, + { + "id": "5", + "type": "story_tag" + }, + { + "id": "20", + "type": "story_tag" + }, + { + "id": "120", + "type": "story_tag" + } + ] + } + }, + "type": "story" + } + ], + "debug": { + "duration": "0.01612114906311" + }, + "included": [ + { + "attributes": { + "chapter_number": 1, + "date_modified": "2011-12-31T21:55:40-05:00", + "date_published": "2011-12-31T21:55:40-05:00", + "num_views": 13650, + "num_words": 3922, + "published": true, + "title": "Chapter 1" + }, + "id": "17165", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17165" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/1/kindnesss-reward/chapter-1" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 2, + "date_modified": "2011-12-31T21:57:14-05:00", + "date_published": "2011-12-31T21:57:14-05:00", + "num_views": 10056, + "num_words": 4422, + "published": true, + "title": "Chapter 2" + }, + "id": "17166", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17166" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/2/kindnesss-reward/chapter-2" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 3, + "date_modified": "2011-12-31T21:58:56-05:00", + "date_published": "2011-12-31T21:58:56-05:00", + "num_views": 10244, + "num_words": 5868, + "published": true, + "title": "Chapter 3" + }, + "id": "17167", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17167" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/3/kindnesss-reward/chapter-3" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 4, + "date_modified": "2011-12-31T21:59:58-05:00", + "date_published": "2011-12-31T21:59:58-05:00", + "num_views": 9580, + "num_words": 4515, + "published": true, + "title": "Chapter 4" + }, + "id": "17170", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17170" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/4/kindnesss-reward/chapter-4" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 5, + "date_modified": "2011-12-31T22:01:06-05:00", + "date_published": "2011-12-31T22:01:06-05:00", + "num_views": 9543, + "num_words": 6266, + "published": true, + "title": "Chapter 5" + }, + "id": "17171", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17171" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/5/kindnesss-reward/chapter-5" + }, + "type": "chapter" + }, + { + "attributes": { + "chapter_number": 6, + "date_modified": "2011-12-31T22:03:00-05:00", + "date_published": "2011-12-31T22:03:00-05:00", + "num_views": 10377, + "num_words": 5743, + "published": true, + "title": "Chapter 6" + }, + "id": "17172", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/17172" + }, + "meta": { + "url": "https://www.fimfiction.net/story/5764/6/kindnesss-reward/chapter-6" + }, + "type": "chapter" + }, + { + "attributes": { + "name": "Romance", + "type": "genre" + }, + "id": "120", + "meta": { + "old_id": "g:romance", + "url": "https://www.fimfiction.net/tag/romance" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Trixie", + "type": "character" + }, + "id": "20", + "meta": { + "old_id": "c:21", + "url": "https://www.fimfiction.net/tag/trixie" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "My Little Pony: Friendship is Magic", + "type": "series" + }, + "id": "4", + "meta": { + "old_id": "", + "url": "https://www.fimfiction.net/tag/mlp-fim" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Fluttershy", + "type": "character" + }, + "id": "5", + "meta": { + "old_id": "c:12", + "url": "https://www.fimfiction.net/tag/fluttershy" + }, + "type": "story_tag" + }, + { + "attributes": { + "avatar": { + "128": "https://static.fimfiction.net/images/none_64.png", + "160": "https://static.fimfiction.net/images/none_64.png", + "192": "https://static.fimfiction.net/images/none_64.png", + "256": "https://static.fimfiction.net/images/none_64.png", + "32": "https://static.fimfiction.net/images/none_32.png", + "320": "https://static.fimfiction.net/images/none_64.png", + "384": "https://static.fimfiction.net/images/none_64.png", + "48": "https://static.fimfiction.net/images/none_64.png", + "512": "https://static.fimfiction.net/images/none_64.png", + "64": "https://static.fimfiction.net/images/none_64.png", + "96": "https://static.fimfiction.net/images/none_64.png" + }, + "bio_html": "REDACTED", + "date_joined": "2011-07-27T10:21:38-04:00", + "name": "AVeryStrange", + "num_blog_posts": 3, + "num_followers": 415, + "num_stories": 5 + }, + "id": "505", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/505" + }, + "meta": { + "url": "https://www.fimfiction.net/user/505/AVeryStrange" + }, + "type": "user" + } + ], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=5764%2C5765&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=5764%2C5765&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6&page%5Bcursor%5D=xz0oRs8iB2dq734cd7DxUmAVtsawsprnp0XJAmTFMDx47sPXJOZPxO1_absOmAZh", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=5764%2C5765&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6&page%5Bcursor%5D=_puJIb_chOBJaSkl_82oPD0cf3_yTkVbeD_h9Xue90mMm2PNMgqqeOHH4_ujWqLc" + }, + "meta": { + "num_stories": 1 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=5764%2C5765&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=5764%2C5765&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + { + "json": { + "data": [], + "debug": { + "duration": "0.0072510242462158" + }, + "included": [], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=6%2C7&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=6%2C7&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=6%2C7&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + "meta": { + "num_stories": 0 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=6%2C7&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=6%2C7&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + { + "json": { + "data": [ + { + "attributes": { + "color": { + "hex": "3e3e7e", + "rgb": [ + 62, + 62, + 126 + ] + }, + "completion_status": "incomplete", + "content_rating": "everyone", + "cover_image": { + "full": "https://cdn-img.fimfiction.net/story/vr3n-1432418803-9-full", + "large": "https://cdn-img.fimfiction.net/story/vr3n-1432418803-9-large", + "medium": "https://cdn-img.fimfiction.net/story/vr3n-1432418803-9-medium", + "thumbnail": "https://cdn-img.fimfiction.net/story/vr3n-1432418803-9-tiny" + }, + "date_modified": "1969-12-31T19:00:00-05:00", + "date_published": "2011-07-08T14:04:11-04:00", + "date_updated": "2011-06-25T17:05:53-04:00", + "description_html": "REDACTED", + "num_chapters": 1, + "num_comments": 231, + "num_dislikes": 52, + "num_likes": 393, + "num_views": 10359, + "num_words": 321, + "published": true, + "rating": 88, + "short_description": "REDACTED", + "status": "visible", + "submitted": true, + "title": "The Greatest Equine Who has Ever Lived!", + "total_num_views": 10359 + }, + "id": "9", + "links": { + "self": "https://www.fimfiction.net/api/v2/stories/9" + }, + "meta": { + "url": "https://www.fimfiction.net/story/9/the-greatest-equine-who-has-ever-lived" + }, + "relationships": { + "author": { + "data": { + "id": "18", + "type": "user" + } + }, + "chapters": { + "data": [ + { + "id": "10", + "type": "chapter" + } + ] + }, + "tags": { + "data": [ + { + "id": "4", + "type": "story_tag" + }, + { + "id": "6", + "type": "story_tag" + }, + { + "id": "20", + "type": "story_tag" + }, + { + "id": "120", + "type": "story_tag" + }, + { + "id": "234", + "type": "story_tag" + } + ] + } + }, + "type": "story" + } + ], + "debug": { + "duration": "0.01111912727356" + }, + "included": [ + { + "attributes": { + "chapter_number": 1, + "date_modified": "2014-01-28T06:25:52-05:00", + "date_published": "2011-07-08T14:04:11-04:00", + "num_views": 10359, + "num_words": 321, + "published": true, + "title": "Chapter 1" + }, + "id": "10", + "links": { + "self": "https://www.fimfiction.net/api/v2/chapters/10" + }, + "meta": { + "url": "https://www.fimfiction.net/story/9/1/the-greatest-equine-who-has-ever-lived/chapter-1" + }, + "type": "chapter" + }, + { + "attributes": { + "name": "Romance", + "type": "genre" + }, + "id": "120", + "meta": { + "old_id": "g:romance", + "url": "https://www.fimfiction.net/tag/romance" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Trixie", + "type": "character" + }, + "id": "20", + "meta": { + "old_id": "c:21", + "url": "https://www.fimfiction.net/tag/trixie" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Random", + "type": "genre" + }, + "id": "234", + "meta": { + "old_id": "g:random", + "url": "https://www.fimfiction.net/tag/random" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "My Little Pony: Friendship is Magic", + "type": "series" + }, + "id": "4", + "meta": { + "old_id": "", + "url": "https://www.fimfiction.net/tag/mlp-fim" + }, + "type": "story_tag" + }, + { + "attributes": { + "name": "Twilight Sparkle", + "type": "character" + }, + "id": "6", + "meta": { + "old_id": "c:7", + "url": "https://www.fimfiction.net/tag/twilight-sparkle" + }, + "type": "story_tag" + }, + { + "attributes": { + "avatar": { + "128": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-128", + "160": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-160", + "192": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-192", + "256": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-256", + "32": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-32", + "320": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-320", + "384": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-384", + "48": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-48", + "512": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-512", + "64": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-64", + "96": "https://cdn-img.fimfiction.net/user/t74v-1431818459-18-96" + }, + "bio_html": "REDACTED", + "date_joined": "2011-06-25T16:53:48-04:00", + "name": "Sethisto", + "num_blog_posts": 0, + "num_followers": 143, + "num_stories": 1 + }, + "id": "18", + "links": { + "self": "https://www.fimfiction.net/api/v2/users/18" + }, + "meta": { + "url": "https://www.fimfiction.net/user/18/Sethisto" + }, + "type": "user" + } + ], + "links": { + "first": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=8%2C9&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6", + "next": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=8%2C9&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6&page%5Bcursor%5D=te3QDwFMyoJ-hk5IeDaHW_-IIdBJEe1W1MA0uwTBh60", + "prev": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=8%2C9&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6&page%5Bcursor%5D=QJDhECNOQ26xrCkbKZm-QNdPGwHEBYizZ76IuzGCBS4" + }, + "meta": { + "num_stories": 1 + }, + "method": "GET", + "uri": "/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=8%2C9&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + }, + "method": "GET", + "status_code": 200, + "url": "https://www.fimfiction.net/api/v2/stories?fields%5Bchapter%5D=chapter_number%2Cdate_modified%2Cdate_published%2Cnum_views%2Cnum_words%2Cpublished%2Ctitle&fields%5Bstory%5D=author%2Cchapters%2Ccolor%2Ccompletion_status%2Ccontent_rating%2Ccover_image%2Cdate_modified%2Cdate_published%2Cdate_updated%2Cdescription_html%2Cnum_chapters%2Cnum_comments%2Cnum_dislikes%2Cnum_likes%2Cnum_views%2Cnum_words%2Cprequel%2Cpublished%2Crating%2Cshort_description%2Cstatus%2Csubmitted%2Ctags%2Ctitle%2Ctotal_num_views&fields%5Bstory_tag%5D=name%2Ctype&fields%5Buser%5D=avatar%2Cbio_html%2Cdate_joined%2Cname%2Cnum_blog_posts%2Cnum_followers%2Cnum_stories&filter%5Bids%5D=8%2C9&include=author%2Cchapters%2Ctags&page%5Bsize%5D=6" + } + ] +} \ No newline at end of file diff --git a/tests/fetchers/test_fimfiction2.py b/tests/fetchers/test_fimfiction2.py index 22e7991..8eb286f 100644 --- a/tests/fetchers/test_fimfiction2.py +++ b/tests/fetchers/test_fimfiction2.py @@ -60,14 +60,15 @@ class TestFimfiction2Fetcher: """ @pytest.fixture(params=BULK_COMBINATIONS) - def fetcher(self, request): + def fetcher(self, responses, request): """ Returns a Fimfarchive2Fetcher instance. """ bulk_meta, bulk_data = request.param - token = os.environ['FIMFICTION_ACCESS_TOKEN'] + token = os.environ.get('FIMFICTION_ACCESS_TOKEN', 'None') fetcher = Fimfiction2Fetcher(token, bulk_meta, bulk_data) + fetcher.requester.bulk.bulk_size = 2 fetcher.prefetch_meta = False fetcher.prefetch_data = False diff --git a/tox.ini b/tox.ini index a63bfb7..9d3cd8e 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,6 @@ commands = addopts = --ignore tests/fetchers/test_fimfarchive.py --ignore tests/fetchers/test_fimfiction.py - --ignore tests/fetchers/test_fimfiction2.py tests [flake8]