API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/30008/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/21/?format=api",
            "name": "lang"
        }
    ],
    "origin": "lang/gleam",
    "name": "gleam",
    "comment": "ML-flavoured type-safe language using Erlang's BEAM runtime",
    "maintainer": "[email protected]",
    "www": "https://gleam.run/",
    "main_category": "lang"
}