API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/15402/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/36/?format=api",
            "name": "science"
        },
        {
            "url": "https://portsfallout.com/api/category/37/?format=api",
            "name": "math"
        }
    ],
    "origin": "math/emc2",
    "name": "emc2",
    "comment": "Graphical editor of two-dimensional mesh geometries",
    "maintainer": "[email protected]",
    "www": "https://www.ljll.math.upmc.fr/~hecht/",
    "main_category": "math"
}