API endpoint: Story

GET /api/story/
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Any Aroma",
            "user": "scotty",
            "length": 2,
            "story_id": 9
        },
        {
            "name": "The Truth Makes It So",
            "user": "scotty",
            "length": 5,
            "realm": "Perceptual",
            "story_id": 8
        },
        {
            "name": "Underboot",
            "user": "scotty",
            "area": "Politics",
            "likes": 1,
            "voters": [
                "scotty"
            ],
            "length": 9,
            "realm": "Social",
            "story_id": 7
        }
    ]
}