API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1890/?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/46/?format=api"
    ],
    "id": 1890,
    "title": "django-slim",
    "slug": "django-slim",
    "last_updated": "2017-03-14T18:35:25-04:00",
    "last_fetched": "2026-02-15T07:06:19.168365-05:00",
    "repo_url": "https://github.com/barseghyanartur/django-slim",
    "pypi_version": "0.7.5",
    "created": "2013-06-20T20:27:15.523484-04:00",
    "modified": "2026-01-29T12:48:21.502363-05:00",
    "repo_forks": 2,
    "repo_description": "Simple implementation of multi-lingual models for Django. Django-admin integration works out of the box. Supports django-localeurl integration.",
    "pypi_url": "http://pypi.python.org/pypi/django-slim",
    "documentation_url": "http://django-slim.readthedocs.org/",
    "repo_watchers": 13,
    "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": [
        "barseghyanartur",
        "GMcD",
        "bitdeli-chef"
    ]
}