API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/7/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/1/?format=api",
            "name": "accessibility"
        }
    ],
    "origin": "accessibility/eflite",
    "name": "eflite",
    "comment": "Speech server for Festival Lite used by yasr and Emacspeak",
    "maintainer": "[email protected]",
    "www": "https://eflite.sourceforge.net/",
    "main_category": "accessibility"
}