API endpoint for Port's.

GET /api/port/23/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://portsfallout.com/api/port/23/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/1/?format=api",
            "name": "accessibility"
        },
        {
            "url": "https://portsfallout.com/api/category/9/?format=api",
            "name": "audio"
        }
    ],
    "origin": "accessibility/speech-dispatcher",
    "name": "speech-dispatcher",
    "comment": "Common interface to speech synthesis",
    "maintainer": "[email protected]",
    "www": "https://devel.freebsoft.org/speechd",
    "main_category": "accessibility"
}