Dear all,
We just deployed a new API next to the existing one: http://thethingsnetwork.org/api/v0.1/
It is somewhat simpler than the regular v0
API, but that should also improve the performance.
Differences with the v0
API:
* /gateways
only returns gateways that have been active in the past 24 hours
* /gateways/:gateway
only returns status updates from the past 24 hours
* /nodes
only returns nodes that have been active in the past 7 days
* /nodes/:node
only returns messages from the past 7 days
* the API has a fixed limit of 1000 results
* packets_count
field in /nodes
has been removed
* no functionality that decodes the data to plaintext/json in /nodes/:node
(you should use binary data anyway)
* no CSS, only raw JSON
Please let me know if the /v0.1
API works for your applications.