Skip to main content

Introduction

API Reference​

The Particle Space API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

You can use the Particle Space API in test mode, which does not affect your live data or interact with the production networks. The API key you use to authenticate the request determines whether the request is live mode or test mode.

The Particle Space API differs for every account as we release new versions and tailor functionality.

API Endpoint​

For all API requests, whether in test or live mode, please use:

https://api.particlespace.com/

API Status​

Check the live status of Particle Space API services any time on the Partice Space API Status Page