API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/14378/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/21/?format=api",
            "name": "lang"
        },
        {
            "url": "https://portsfallout.com/api/category/71/?format=api",
            "name": "scheme"
        }
    ],
    "origin": "lang/racket",
    "name": "racket",
    "comment": "Interactive, integrated, graphical Scheme programming environment",
    "maintainer": "[email protected]",
    "www": "https://racket-lang.org/",
    "main_category": "lang"
}