API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/25/"
    ],
    "id": 2693,
    "title": "Django Test Without Migrations",
    "slug": "django-test-without-migrations",
    "last_updated": "2017-04-12T18:00:25-04:00",
    "last_fetched": "2026-02-15T11:05:10.349576-05:00",
    "repo_url": "https://github.com/henriquebastos/django-test-without-migrations",
    "pypi_version": "0.6",
    "created": "2014-12-13T09:12:59.197969-05:00",
    "modified": "2026-01-28T13:10:43.943345-05:00",
    "repo_forks": 17,
    "repo_description": "Django Test Without Migrations: Disable migrations when running your Django tests",
    "pypi_url": "http://pypi.python.org/pypi/django-test-without-migrations",
    "documentation_url": "",
    "repo_watchers": 157,
    "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": [
        "henriquebastos",
        "cderwin",
        "grantmcconnaughey",
        "deniscostadsc",
        "jmerdich",
        "mrmachine"
    ]
}