API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4240/
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/8/",
        "https://djangopackages.org/api/v4/grids/26/"
    ],
    "id": 4240,
    "title": "Django Front End Validators",
    "slug": "django-front-end-validators",
    "last_updated": "2021-01-13T20:54:46-05:00",
    "last_fetched": "2026-02-16T02:03:16.920552-05:00",
    "repo_url": "https://github.com/johnfraney/django-front-end-validators",
    "pypi_version": "0.1.1",
    "created": "2018-10-14T23:47:02.830494-04:00",
    "modified": "2026-01-28T16:02:17.633619-05:00",
    "repo_forks": 0,
    "repo_description": "Use model field validator functions for front end JS form validation",
    "pypi_url": "http://pypi.python.org/pypi/django-front-end-validators",
    "documentation_url": "",
    "repo_watchers": 16,
    "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": [
        "johnfraney"
    ]
}