Metadata identificationΒΆ
The API provides functionality to identify an unknown identifier. The lookup call is RESTful and takes the following format:
https://di-api.reincubate.com/v1/identify-identifier/*[IDENTIFIER-VALUE]*/
See the supported identifiers sections for information on the identifier formats supported.
ExamplesΒΆ
https://di-api.reincubate.com/v1/identify-identifier/iPhone5,3/
$ python -m deviceidentifier.cli.identify_identifier iPhone5,3
{
"iPhone5,3": [
"apple_identifier"
]
}