API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/7696/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/4/?format=api",
            "name": "devel"
        },
        {
            "url": "https://portsfallout.com/api/category/8/?format=api",
            "name": "python"
        },
        {
            "url": "https://portsfallout.com/api/category/14/?format=api",
            "name": "textproc"
        }
    ],
    "origin": "devel/py-cfn-lint",
    "name": "py-cfn-lint",
    "comment": "AWS CloudFormation Linter",
    "maintainer": "[email protected]",
    "www": "https://pypi.org/project/cfn-lint/",
    "main_category": "devel"
}