API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/34435/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/21/?format=api",
            "name": "lang"
        },
        {
            "url": "https://portsfallout.com/api/category/51/?format=api",
            "name": "ruby"
        }
    ],
    "origin": "lang/ruby33",
    "name": "ruby33",
    "comment": "Object-oriented interpreted scripting language",
    "maintainer": "[email protected]",
    "www": "https://www.ruby-lang.org/en/",
    "main_category": "lang"
}