API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/245/?format=api"
    ],
    "id": 2710,
    "title": "django-rest-encrypted-lookup",
    "slug": "django-rest-encrypted-lookup",
    "last_updated": "2016-01-31T00:08:43-05:00",
    "last_fetched": "2026-02-15T22:06:39.299017-05:00",
    "repo_url": "https://github.com/InterSIS/django-rest-encrypted-lookup",
    "pypi_version": "0.10.1",
    "created": "2014-12-24T19:15:34.683498-05:00",
    "modified": "2026-01-28T15:25:26.646963-05:00",
    "repo_forks": 8,
    "repo_description": "Replace Rest Framework's IntegerField pk or id lookups with encrypted strings.",
    "pypi_url": "http://pypi.python.org/pypi/django-rest-encrypted-lookup",
    "documentation_url": "http://django-rest-encrypted-lookup.readthedocs.org/en/latest/",
    "repo_watchers": 27,
    "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": [
        "JASchilz",
        "lyn5466"
    ]
}