API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/3/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/1/?format=api",
            "name": "accessibility"
        },
        {
            "url": "https://portsfallout.com/api/category/3/?format=api",
            "name": "x11-toolkits"
        }
    ],
    "origin": "accessibility/at-spi2-core",
    "name": "at-spi2-core",
    "comment": "Assistive Technology Service Provider Interface",
    "maintainer": "[email protected]",
    "www": "https://gitlab.gnome.org/GNOME/at-spi2-core",
    "main_category": "accessibility"
}