API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/16131/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/36/?format=api",
            "name": "science"
        },
        {
            "url": "https://portsfallout.com/api/category/67/?format=api",
            "name": "misc"
        }
    ],
    "origin": "misc/adios2",
    "name": "adios2",
    "comment": "Next generation of ADIOS developed in the Exascale Computing Program",
    "maintainer": "[email protected]",
    "www": "https://github.com/ornladios/ADIOS2",
    "main_category": "misc"
}