Quickstart
Open Source Python and C# / .NET libraries are provided for accessing the API.
Because the API is RESTful, one can try it out easily enough with a web browser. Examples are shown in the supported identifier documentation.
Interactive demonstration
The API includes an interactive API explorer which can be used to make queries from within a browser.
Python client library
The Python library can be installed with a single command:
$ pip install deviceidentifier
C# / .NET client library
Similarly, the C# / .NET library can be installed with a single command:
$ nuget install deviceidentifier