API endpoint for Port's.

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

{
    "url": "https://portsfallout.com/api/port/33556/?format=api",
    "categories": [
        {
            "url": "https://portsfallout.com/api/category/8/?format=api",
            "name": "python"
        },
        {
            "url": "https://portsfallout.com/api/category/11/?format=api",
            "name": "arabic"
        }
    ],
    "origin": "arabic/py-hijri-converter",
    "name": "py-hijri-converter",
    "comment": "Hijri-Gregorian dates converter based on the Umm al-Qura calendar",
    "maintainer": "[email protected]",
    "www": "https://hijri-converter.readthedocs.io/en/stable/",
    "main_category": "arabic"
}