API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/17123/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/20/?format=api",
            "name": "java"
        },
        {
            "url": "https://portsfallout.com/api/category/43/?format=api",
            "name": "net"
        }
    ],
    "origin": "net/activemq",
    "name": "activemq",
    "comment": "Messaging and Integration Patterns provider",
    "maintainer": "[email protected]",
    "www": "https://activemq.apache.org",
    "main_category": "net"
}