API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/134/"
    ],
    "id": 2503,
    "title": "Django Freshdesk",
    "slug": "django-freshdesk",
    "last_updated": "2018-04-07T23:55:14-04:00",
    "last_fetched": "2026-02-15T21:07:43.428651-05:00",
    "repo_url": "https://github.com/ThatGreenSpace/django-freshdesk",
    "pypi_version": "1.1.1",
    "created": "2014-07-23T21:17:48.920076-04:00",
    "modified": "2026-01-28T15:14:22.845038-05:00",
    "repo_forks": 9,
    "repo_description": "Single Sign On compatibility between django and freshdesk",
    "pypi_url": "http://pypi.python.org/pypi/django-freshdesk",
    "documentation_url": "http://django-freshdesk.readthedocs.org/en/latest/",
    "repo_watchers": 12,
    "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": [
        "arescope",
        "maxim-kht",
        "danra",
        "suriya",
        "pydanny",
        "huxley",
        "fermayo"
    ]
}