API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2843/
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/58/"
    ],
    "id": 2843,
    "title": "django-mailtestfield",
    "slug": "django-mailtestfield",
    "last_updated": "2015-08-17T04:29:17-04:00",
    "last_fetched": "2022-03-18T21:48:06.186811-04:00",
    "repo_url": "https://github.com/naremit/django-mailtestfield",
    "pypi_version": "1.0.1",
    "created": "2015-04-06T03:05:56.838782-04:00",
    "modified": "2025-01-31T14:58:42.957768-05:00",
    "repo_forks": 0,
    "repo_description": "Drop-in replacement for Django's forms.EmailField. Uses http://mailtest.in to validate email addresses against a number of factors. Caches results and fails silently should anything go wrong.",
    "pypi_url": "http://pypi.python.org/pypi/django-mailtestfield",
    "documentation_url": "https://github.com/naremit/django-mailtestfield/blob/master/README.md",
    "repo_watchers": 2,
    "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": [
        "joncombe"
    ]
}