API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/221/?format=api"
    ],
    "id": 2990,
    "title": "urljects",
    "slug": "urljects",
    "last_updated": "2019-06-28T05:10:45-04:00",
    "last_fetched": "2026-02-15T09:03:41.795025-05:00",
    "repo_url": "https://github.com/Visgean/urljects",
    "pypi_version": "1.11",
    "created": "2015-07-26T07:37:47.184049-04:00",
    "modified": "2026-01-29T12:51:55.098393-05:00",
    "repo_forks": 7,
    "repo_description": "Deprecated! (Django routing without urls.py files, inspired by Flask.)",
    "pypi_url": "http://pypi.python.org/pypi/urljects",
    "documentation_url": "https://readthedocs.org/projects/urljects",
    "repo_watchers": 55,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "Visgean",
        "katomaso",
        "Suor",
        "encukou",
        "gitter-badger"
    ]
}