Skip to main content

Creating delicious APIs for Django apps since 2010.

Currently in beta (v0.11.2-dev) but being used actively in production on several sites.

Requirements

Core

Format Support

Optional

What’s It Look Like?

A basic example looks like:

# myapp/api.py
# ============
from tastypie.resources import ModelResource
from myapp.models import Entry


class EntryResource(ModelResource):
    class Meta:
        queryset = Entry.objects.all()


# urls.py
# =======
from django.conf.urls.defaults import *
from tastypie.api import Api
from myapp.api import EntryResource

v1_api = Api(api_name='v1')
v1_api.register(EntryResource())

urlpatterns = patterns('',
    # The normal jazz here then...
    (r'^api/', include(v1_api.urls)),
)

That gets you a fully working, read-write API for the Entry model that supports all CRUD operations in a RESTful way. JSON/XML/YAML support is already there, and it’s easy to add related data/authentication/caching.

You can find more in the documentation at http://django-tastypie.readthedocs.org/.

Why Tastypie?

There are other, better known API frameworks out there for Django. You need to assess the options available and decide for yourself. That said, here are some common reasons for tastypie.

  • You need an API that is RESTful and uses HTTP well.

  • You want to support deep relations.

  • You DON’T want to have to write your own serializer to make the output right.

  • You want an API framework that has little magic, very flexible and maps well to the problem domain.

  • You want/need XML serialization that is treated equally to JSON (and YAML is there too).

  • You want to support my perceived NIH syndrome, which is less about NIH and more about trying to help out friends/coworkers.

Reference Material

Security

Tastypie is committed to providing a flexible and secure API, and was designed with many security features and options in mind. Due to the complex nature of APIs and the constant discovery of new attack vectors and vulnerabilities, no software is immune to security holes. We rely on our community to report and help us investigate security issues.

If you come across a security hole please do not open a Github issue. Instead, drop us an email at tastypie-security@googlegroups.com

We’ll then work together to investigate and resolve the problem so we can announce a solution along with the vulnerability.

Release files for django-tastypie 0.12.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-tastypie 0.12.0
File Size Uploaded
django-tastypie-0.12.0.tar.gz 730.3 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for django-tastypie 0.12.0
File Interpreter ABI Platform
django_tastypie-0.12.0-py2.py3-none-any.whl Python 3, Python 2 none any Details

Total release size: 806.9 kB

Release files / django-tastypie-0.12.0.tar.gz

Download URL django-tastypie-0.12.0.tar.gz
Size 730.3 kB
Tags Source
SHA-256 checksum
How to use checksums
65fa68c803ca384fa9f7fd6f61c0636ea759d685b9872a556e6295ee4daf8395
BLAKE2b-256 checksum
How to use checksums
568afe9b5ede7989c4208e77211d2a6885134803793616650494cfb7481da6c4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / django_tastypie-0.12.0-py2.py3-none-any.whl

Download URL django_tastypie-0.12.0-py2.py3-none-any.whl
Size 76.6 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
a223fe0ac7205a3f8f7a7b177bcc7114ae1fe91564237fcd5b25e70ddcb51d80
BLAKE2b-256 checksum
How to use checksums
b19029755670216647bf0e0442013e7b1b5d31d44aadc2b58608296376efe190
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

0.15.1

1 release file

0.15.0

1 release file

0.14.7

1 release file

0.14.6

1 release file

0.14.5

1 release file

0.14.4

1 release file

0.14.3

1 release file

0.14.2

1 release file

0.14.1

1 release file

0.13.3

2 release files

0.13.2

2 release files

0.13.1

2 release files

0.13.0

2 release files

0.12.2

2 release files

0.12.1

2 release files

This release

0.12.0 This release

2 release files

0.11.1

2 release files

0.10.0

1 release file

0.9.16

1 release file

0.9.15

1 release file

0.9.14

1 release file

0.9.13

1 release file

0.9.12

1 release file

0.9.11

1 release file

0.9.10

1 release file

0.9.9

1 release file

0.9.7

1 release file

0.9.6

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page