API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/1441/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/36/?format=api",
            "name": "science"
        },
        {
            "url": "https://portsfallout.com/api/category/56/?format=api",
            "name": "biology"
        }
    ],
    "origin": "biology/hhsuite",
    "name": "hhsuite",
    "comment": "Remote protein homology detection suite",
    "maintainer": "[email protected]",
    "www": "https://github.com/soedinglab/hh-suite",
    "main_category": "biology"
}