If you use throttle = CacheDBThrottle()in your resource, you can see the resource URL, time, request method and identifier (if you use authentication) in the tastypie_apiaccess table. However, other data, such as IP, country, user agent, request headers, etc., is still missing. You can use your own throttle class and model to save this information.
Another approach might be to use some tool to analyze server logs.
Irfan source
share