id
stringlengths
53
86
api_name
stringlengths
2
76
api_description
stringlengths
1
500
api_score
float64
0
10
endpoint_name
stringlengths
1
190
endpoint_description
stringlengths
0
500
response_status_code
int64
100
505
response_summary
stringlengths
1
68
response_json
stringlengths
6
50k
response_json_schema
stringlengths
14
150k
b096042a-3c6f-43e1-8491-d720fbc75b21/5f894612-0768-43f6-a5fc-20b216fcec65/0/0
Email API
This Email API is helpful to validate email addresses(single or bulk, using txt and csv), detect temporary, get fake emails, check free emails, check MX records and identify free/paid email service providers.
null
Check Valid Emails
Whether the email follows a valid format or not, including the presence of a username, an "@" symbol, a domain name, and a valid top-level domain.
422
Example_1
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}}
39d802a6-089b-47af-b3cd-da351fc54794/295ccb11-77e5-4cc8-911a-dd833c8abd78/0/0
Email Verifier/Validator
This API uses SMTP Callback Verification technique to check if an email really exists or not.
7.5
Email
Enter an email to validate.
200
Response
{"host": "aspmx.l.google.com", "timeout": 10000, "status": "OK", "recipient": "[email protected]", "port": 25, "fqdn": "rapidapi.com", "complete": true}
{"type": "object", "properties": {"host": {"type": "string"}, "timeout": {"type": "integer"}, "status": {"type": "string"}, "recipient": {"type": "string"}, "port": {"type": "integer"}, "fqdn": {"type": "string"}, "complete": {"type": "boolean"}}}
52401510-1558-400b-9f24-0b0ff088261b/c28150fb-96b3-41b4-bd47-02f2be654627/0/0
Fast Temp Mail
Simple use temp mail api more than 50 domains. Fast response and cheap. Messages not delete in one year if you don't want.
0
Get Mail Box
This endpoint will return given email address mail box messages.
200
Example Response Schema
{"data": [{"messageId": "domain.com@@++24x2l5r2f413r2s5f4d4j4l5i414i4g4q434g5m4t5m264a4o564h5q2a4q2248684b4a4x5v5j5r2c4w23344r2o50343i524s2p2k5y264d4a403a4f5c4k554j5d4a44454z244t2j52484j424q5u5i5m4m5p4q274v2f443r224", "message": "<div dir=\"ltr\">I AM TESTER MAIL<br clear=\"all\"><div><br></div><div dir=\"ltr\"><div dir=\"ltr\"><div><div dir=\"ltr\"><div><div dir=\"ltr\"><div><font face=\"times new roman, serif\"></font></div></div></div></div></div></div></div></div>", "messageText": "I AM TESTER MAIL\u00a0", "from": "[email protected]", "date": "2022-06-10 06:37:45", "subject": "TESTER"}]}
{"data": [{"messageId": "string", "message": "string", "messageText": "string\u00a0", "from": "string", "date": "string", "subject": "string"}]}
52401510-1558-400b-9f24-0b0ff088261b/49ec4b4a-b421-405f-8545-65391aa3dfe2/0/0
Fast Temp Mail
Simple use temp mail api more than 50 domains. Fast response and cheap. Messages not delete in one year if you don't want.
0
Get All Domains
This endpoint will returns more than 20 new domains every request.
200
New Example
{"data": ["domain.example", "domain1.com"]}
{"data": ["string", "string"]}
2282e6b8-ad1b-424d-a616-0a448ab7f087/c8bf9b18-ec6c-4823-ac05-174e399db868/0/0
Simple mail sending
An API is used to send mail with subject, to address and some message text.
0
Send simple mail
Send simple mail with To address, subject and some messages
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
6d3d1240-c295-476e-9282-b9c59d2b8d3b/efb3c5e8-03e3-4175-bdb8-6dc22edb498e/0/0
Deep Email
Email Validation Service. Use our email validation API to increase your email marketing campaigns.
null
Validate
Validates Email
200
Response
{"valid": true, "validators": {"regex": {"valid": true}, "typo": {"valid": true}, "disposable": {"valid": true}, "mx": {"valid": true}, "smtp": {"valid": true}}}
{"type": "object", "properties": {"valid": {"type": "boolean"}, "validators": {"type": "object", "properties": {"regex": {"type": "object", "properties": {"valid": {"type": "boolean"}}}, "typo": {"type": "object", "properties": {"valid": {"type": "boolean"}}}, "disposable": {"type": "object", "properties": {"valid": {"type": "boolean"}}}, "mx": {"type": "object", "properties": {"valid": {"type": "boolean"}}}, "smtp": {"type": "object", "properties": {"valid": {"type": "boolean"}}}}}}}
1899f8e6-c6b8-4738-bef2-4cde5426ccab/5fde8cec-e4e1-4281-8953-6ddd5d51f553/0/0
Emails Validator
Allows validating email addresses. Checks if emails are deliverable.
null
Verify Email
Allows validating email addresses. Checks if emails are deliverable.
200
Response
{"id": "8ffab21b-9a52-408d-b9e3-3485eb182a10", "status": "Success", "data": [{"query": "[email protected]", "in_blacklist": false, "status": "RECEIVING", "valid_dns": true, "valid_format": true, "valid_smtp": true}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"query": {"type": "string"}, "in_blacklist": {"type": "boolean"}, "status": {"type": "string"}, "valid_dns": {"type": "boolean"}, "valid_format": {"type": "boolean"}, "valid_smtp": {"type": "boolean"}}, "required": ["in_blacklist", "query", "status", "valid_dns", "valid_format", "valid_smtp"]}}}, "required": ["data", "id", "status"]}
d9c7d5dc-238f-454b-b7a3-42322ae31471/9808a749-5cba-4dfd-80e8-a1bdcf7e689e/0/0
Contact us
Contact us API Provider
null
send email
send email endpoint
200
New Example
{"status": "SUCCESS", "message": "Message sent: <[email protected]>"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}, "required": ["message", "status"]}
d9c7d5dc-238f-454b-b7a3-42322ae31471/6e03c601-bcb8-4024-90cd-7e78ba0bb48d/0/0
Contact us
Contact us API Provider
null
GET API
Get with the API is UP
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
4f6efd7b-80b4-4da0-a0ea-6154f2c45beb/bdcdd97b-ed33-4a73-a124-dfe112aecbdd/0/0
S Email Validator
Validate email addresses in real-time. Make sure a mailbox really exist. So you can avoid fake/invalid users on your database.
null
EmailValidator
Validates Email
200
New Example
{"code": 250, "message": "2.1.5 OK x16-20020adff650000000b002c3e5ae8313si4502152wrp.858 - gsmtp", "syntax": "Ok", "validate": "Ok"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}, "syntax": {"type": "string"}, "validate": {"type": "string"}}, "required": ["code", "message", "syntax", "validate"]}
0570131c-59cd-4ea7-bccb-d112ceab94f6/f4e01ac2-f2a0-4482-bf8c-b262f9180004/0/0
Real Time Email Verification API
The single email verification and validation API is a great solution for verifying email addresses at the point of capture. It verifies if an email address is disposable, temporary, catch-all, fake, non-existent, and deliverable. The verification involves serveral operations such as syntax validation, MX record check, SMTP check, catch all emails check, disposable emails check, etc. We have maintained our database with disposable email domains from popular disposable email service providers...
8.7
Email Verification Endpoint
Use this endpoint to verify the email addresses.
200
Response
{"email": "[email protected]", "is_valid_format": true, "is_disposable_email": false, "is_mx_Record": true, "is_smtp": false, "is_catch_all_email": false, "status": "undeliverable", "reason": "email_doesnt_exist"}
{"type": "object", "properties": {"email": {"type": "string"}, "is_valid_format": {"type": "boolean"}, "is_disposable_email": {"type": "boolean"}, "is_mx_Record": {"type": "boolean"}, "is_smtp": {"type": "boolean"}, "is_catch_all_email": {"type": "boolean"}, "status": {"type": "string"}, "reason": {"type": "string"}}}
a7505994-edff-414f-bdff-c455f77e5d49/d96ba55b-ffb5-4710-ab2b-1f5fefd040ae/0/0
ZeroBounce
Email Validation Service. Use ZeroBounce's email validation API to increase your email marketing ROI! Remove invalid email addresses from your list using our unique email verification scrubbing system to prevent email bounces.
9.2
Activity Data
Our Activity Data feature allows you to gather insights into your subscribers’ overall email engagement. The tool returns data regarding opens, clicks, forwards and unsubscribes that have taken place in the past 30, 90, 180 or 365 days. Thus, you can improve your targeting and personalization, and run more successful email campaigns.
200
Success
{"found": true, "active_in_days": "30"}
{"found": "boolean", "active_in_days": "string"}
a7505994-edff-414f-bdff-c455f77e5d49/d96ba55b-ffb5-4710-ab2b-1f5fefd040ae/0/1
ZeroBounce
Email Validation Service. Use ZeroBounce's email validation API to increase your email marketing ROI! Remove invalid email addresses from your list using our unique email verification scrubbing system to prevent email bounces.
9.2
Activity Data
Our Activity Data feature allows you to gather insights into your subscribers’ overall email engagement. The tool returns data regarding opens, clicks, forwards and unsubscribes that have taken place in the past 30, 90, 180 or 365 days. Thus, you can improve your targeting and personalization, and run more successful email campaigns.
200
Null API Response
{"found": false, "active_in_days": null}
{"found": "boolean", "active_in_days": "string"}
a7505994-edff-414f-bdff-c455f77e5d49/fd8166a7-2b86-4f74-a486-3d2f7431be7e/0/0
ZeroBounce
Email Validation Service. Use ZeroBounce's email validation API to increase your email marketing ROI! Remove invalid email addresses from your list using our unique email verification scrubbing system to prevent email bounces.
9.2
Validate Email with IP (v1)
Email Validation Endpoint with IP for Geolocation
200
Successful
{"address": "[email protected]", "status": "Valid", "sub_status": "", "account": "flowerjill", "domain": "aol.com", "disposable": false, "toxic": false, "firstname": "Jill", "lastname": "Stein", "gender": "female", "location": null, "country": "United States", "region": "Florida", "city": "West Palm Beach", "zipcode": "33401", "creationdate": null, "processedat": "2017-04-01 02:48:02.592"}
{"address": "string", "status": "string", "sub_status": "string", "account": "string", "domain": "string", "disposable": "boolean", "toxic": "boolean", "firstname": "string", "lastname": "string", "gender": "string", "location": "string", "country": "string", "region": "string", "city": "string", "zipcode": "string", "creationdate": "date", "processedat": "date"}
a7505994-edff-414f-bdff-c455f77e5d49/fd8166a7-2b86-4f74-a486-3d2f7431be7e/0/1
ZeroBounce
Email Validation Service. Use ZeroBounce's email validation API to increase your email marketing ROI! Remove invalid email addresses from your list using our unique email verification scrubbing system to prevent email bounces.
9.2
Validate Email with IP (v1)
Email Validation Endpoint with IP for Geolocation
200
Error
{"error": "Invalid API Key or your account ran out of credits"}
{"address": "string", "status": "string", "sub_status": "string", "account": "string", "domain": "string", "disposable": "boolean", "toxic": "boolean", "firstname": "string", "lastname": "string", "gender": "string", "location": "string", "country": "string", "region": "string", "city": "string", "zipcode": "string", "creationdate": "date", "processedat": "date"}
a7505994-edff-414f-bdff-c455f77e5d49/13634540-9e8d-4e79-87e2-f4694e96c0ad/0/0
ZeroBounce
Email Validation Service. Use ZeroBounce's email validation API to increase your email marketing ROI! Remove invalid email addresses from your list using our unique email verification scrubbing system to prevent email bounces.
9.2
Validate (v1)
Email Validation Endpoint
200
Successful
{"address": "[email protected]", "status": "Valid", "sub_status": "", "account": "flowerjill", "domain": "aol.com", "disposable": false, "toxic": false, "firstname": "Jill", "lastname": "Stein", "gender": "female", "location": null, "creationdate": null, "processedat": "2017-04-01 02:48:02.592"}
{"address": "string", "status": "string", "sub_status": "string", "account": "string", "domain": "string", "disposable": "boolean", "toxic": "boolean", "firstname": "string", "lastname": "string", "gender": "string", "location": "string", "creationdate": "date", "processedat": "date"}
a7505994-edff-414f-bdff-c455f77e5d49/13634540-9e8d-4e79-87e2-f4694e96c0ad/0/1
ZeroBounce
Email Validation Service. Use ZeroBounce's email validation API to increase your email marketing ROI! Remove invalid email addresses from your list using our unique email verification scrubbing system to prevent email bounces.
9.2
Validate (v1)
Email Validation Endpoint
200
Error
{"error": "Invalid API Key or your account ran out of credits"}
{"address": "string", "status": "string", "sub_status": "string", "account": "string", "domain": "string", "disposable": "boolean", "toxic": "boolean", "firstname": "string", "lastname": "string", "gender": "string", "location": "string", "creationdate": "date", "processedat": "date"}
a7505994-edff-414f-bdff-c455f77e5d49/43da903c-95f5-4ac9-a40f-972a66ecf5b0/0/0
ZeroBounce
Email Validation Service. Use ZeroBounce's email validation API to increase your email marketing ROI! Remove invalid email addresses from your list using our unique email verification scrubbing system to prevent email bounces.
9.2
Validate
Validates Email
200
Successful
{"address": "[email protected]", "status": "valid", "sub_status": "", "free_email": true, "did_you_mean": null, "account": "flowerjill", "domain": "aol.com", "domain_age_days": "8426", "smtp_provider": "yahoo", "mx_record": "mx-aol.mail.gm0.yahoodns.net", "mx_found": "true", "firstname": "Jill", "lastname": "Stein", "gender": "female", "country": "United States", "region": "Florida", "city": "West Palm Beach", "zipcode": "33401", "processed_at": "2017-04-01 02:48:02.592"}
{"address": "string", "status": "string", "sub_status": "string", "free_email": "boolean", "did_you_mean": "string", "account": "string", "domain": "string", "domain_age_days": "integer", "smtp_provider": "string", "mx_record": "string", "mx_found": "boolean", "firstname": "string", "lastname": "string", "gender": "string", "country": "string", "region": "string", "city": "string", "zipcode": "integer", "processed_at": "date"}
a7505994-edff-414f-bdff-c455f77e5d49/43da903c-95f5-4ac9-a40f-972a66ecf5b0/0/1
ZeroBounce
Email Validation Service. Use ZeroBounce's email validation API to increase your email marketing ROI! Remove invalid email addresses from your list using our unique email verification scrubbing system to prevent email bounces.
9.2
Validate
Validates Email
200
Error
{"error": "Invalid API Key or your account ran out of credits"}
{"address": "string", "status": "string", "sub_status": "string", "free_email": "boolean", "did_you_mean": "string", "account": "string", "domain": "string", "domain_age_days": "integer", "smtp_provider": "string", "mx_record": "string", "mx_found": "boolean", "firstname": "string", "lastname": "string", "gender": "string", "country": "string", "region": "string", "city": "string", "zipcode": "integer", "processed_at": "date"}
810dba60-eb05-42c1-896b-cafbafb1a5bf/8b8a0a60-2dd9-470d-9df2-e881931ff3eb/0/0
Gender Checker
Gender Checker is a API that tries to infer a person's gender from their name (mostly first name) and location (country).
6.2
Gender
Get female or male
200
Response
{"result": "male"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "string"}}, "required": ["result"]}
db2d609e-bea4-4fd0-a99d-f23e97bc9581/09746911-f8b5-4c8e-81d9-116b01e69255/0/0
Fake Email
Temporary Disposable E-mail, fast and easy API.
null
Generat Email
Generat Email From This API.
200
Response
{"status": "success", "data": {"email": "[email protected]"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"]}}, "required": ["data", "status"]}
8b5f83b2-352f-4727-bafd-b45fe5d7e003/19ae5783-bb07-43b1-8452-0b1c248eb11e/0/0
Email Finder
This API returns a collection of emails from any domain on the internet...
0
Get Collection of Emails
This endpoint returns a list of emails from random domains on our list. Parameters -> page (For pagination purpose... i.e: page=4)
200
Response
[{"source": "coletivoamarelo.com", "emails": ["[email protected]"]}, {"source": "myadmissionsessay.com", "emails": ["[email protected]", "[email protected]"]}, {"source": "littleummah.co.uk", "emails": ["[email protected]"]}, {"source": "oswalpumps.com", "emails": ["[email protected]"]}, {"source": "ihc-deutschland.de", "emails": ["[email protected]"]}, {"source": "calibrateddefense.com", "emails": ["[email protected]"]}, {"source": "tycoonstory.com", "emails": ["[email protected]"]}, {"source": "searchauthority.co.uk", "emails": ["[email protected]"]}, {"source": "irishcasinohex.com", "emails": ["[email protected]"]}, {"source": "akcpetinsurance.com", "emails": ["[email protected]"]}, {"source": "bitcoin.com", "emails": ["[email protected]", "[email protected]", "[email protected]"]}, {"source": "linux-mint.ro", "emails": ["[email protected]"]}, {"source": "jeeterprerolls.com", "emails": ["[email protected]"]}, {"source": "mdconnected.ca", "emails": ["[email protected]"]}, {"source": "mconsent.net", "emails": ["[email protected]", "[email protected]"]}, {"source": "rollyourownpapers.com", "emails": ["[email protected]"]}, {"source": "aviationweek.com", "emails": ["[email protected]"]}, {"source": "melbet-now.com", "emails": ["[email protected]"]}, {"source": "getyourguide.com", "emails": ["[email protected]", "[email protected]", "[email protected]", "[email protected]"]}, {"source": "findglocal.com", "emails": ["[email protected]"]}, {"source": "cryptowardrobe.com", "emails": ["[email protected]"]}, {"source": "klarmobil.de", "emails": ["[email protected]"]}, {"source": "webnovel.com", "emails": ["[email protected]"]}, {"source": "alltakesolutions.com", "emails": ["[email protected]"]}, {"source": "statustown.com", "emails": ["[email protected]"]}, {"source": "payrollmiddleeast.com", "emails": ["[email protected]"]}, {"source": "onlineassignmentexpert.com", "emails": ["[email protected]"]}, {"source": "coj.net", "emails": ["[email protected]", "[email protected]"]}, {"source": "shieldmeglobal.com", "emails": ["[email protected]"]}, {"source": "capitolpest.net", "emails": ["[email protected]"]}, {"source": "customcarepest.com", "emails": ["[email protected]"]}, {"source": "collegevidya.com", "emails": ["[email protected]"]}, {"source": "rfidhotel.com", "emails": ["[email protected]"]}, {"source": "studentladder.co.uk", "emails": ["[email protected]"]}, {"source": "schneckerl.org", "emails": ["[email protected]"]}, {"source": "onesignal.com", "emails": ["[email protected]"]}, {"source": "hear.com", "emails": ["[email protected]", "[email protected]"]}, {"source": "getsmarter.com", "emails": ["[email protected]"]}, {"source": "active.com", "emails": ["[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]"]}, {"source": "ellacard.com", "emails": ["[email protected]"]}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "emails": {"type": "array", "items": {"type": "string"}}}, "required": ["emails", "source"]}}
8b5f83b2-352f-4727-bafd-b45fe5d7e003/d60426f7-2715-4cf8-bff1-c88efc8ec8af/0/0
Email Finder
This API returns a collection of emails from any domain on the internet...
0
Get Email By Domain
This endpoint returns a list of emails from any domain. Parameters -> url (Do not add any https, http or www. Must contain only the url without any https. i.e: google.com)
200
Response
[{"source": "shopify.com", "emails": ["[email protected]", "[email protected]", "[email protected]", "[email protected]"]}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "emails": {"type": "array", "items": {"type": "string"}}}, "required": ["emails", "source"]}}
f00a2fb4-41c1-4813-89d9-d45a20068f37/b6b4714c-576c-4e08-b74e-751b5ca41cb5/0/0
Emails Verifier
Allows verifying email addresses. Checks if emails are deliverable.
null
Verify Email
Allows verifying email addresses. Checks if emails are deliverable.
200
Response
{"id": "75731911-99df-4d8b-9515-a5ff16c0681b", "status": "Success", "data": [{"query": "[email protected]", "in_blacklist": false, "status": "RECEIVING", "valid_dns": true, "valid_format": true, "valid_smtp": true}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"query": {"type": "string"}, "in_blacklist": {"type": "boolean"}, "status": {"type": "string"}, "valid_dns": {"type": "boolean"}, "valid_format": {"type": "boolean"}, "valid_smtp": {"type": "boolean"}}, "required": ["in_blacklist", "query", "status", "valid_dns", "valid_format", "valid_smtp"]}}}, "required": ["data", "id", "status"]}
bab762c9-6a93-450e-9cb9-fa99ebaa1d75/2cfaa38b-6375-44b0-838d-ec8b02346e36/0/0
Easy Email Validation
Use this API to quickly and effectively validate an email addresses. This API runs the following checks: valid email format, mx Record, and disposable email.
9.1
Validate Email
Validate an email
200
Response
{"disposable": false, "domain": "gmail.com", "email": "[email protected]", "mxRecord": true, "valid": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"disposable": {"type": "boolean"}, "domain": {"type": "string"}, "email": {"type": "string"}, "mxRecord": {"type": "boolean"}, "valid": {"type": "boolean"}}, "required": ["disposable", "domain", "email", "mxRecord", "valid"]}
e208e1ab-9ddc-4cf5-bdab-a34da14d29aa/bc0f4f83-9df2-427e-af47-2f99ab7a5f44/0/0
Valid Email
Check if email is valid
null
Verify Email
Verify Email
200
Response
{"email": "[email protected]", "reachable": "unknown", "syntax": {"username": "example", "domain": "exampledomain.org", "valid": true}, "smtp": null, "gravatar": null, "suggestion": "", "disposable": false, "role_account": false, "free": false, "has_mx_records": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"email": {"type": "string"}, "reachable": {"type": "string"}, "syntax": {"type": "object", "properties": {"username": {"type": "string"}, "domain": {"type": "string"}, "valid": {"type": "boolean"}}, "required": ["domain", "username", "valid"]}, "smtp": {"type": "null"}, "gravatar": {"type": "null"}, "suggestion": {"type": "string"}, "disposable": {"type": "boolean"}, "role_account": {"type": "boolean"}, "free": {"type": "boolean"}, "has_mx_records": {"type": "boolean"}}, "required": ["disposable", "email", "free", "gravatar", "has_mx_records", "reachable", "role_account", "smtp", "suggestion", "syntax"]}
17380558-2bfa-472a-b5db-ad20fb99bcb7/52b0e474-3fc3-4de4-8f32-8a207a456daf/0/0
Email Checker
Email Checker
8.5
Email Checker
Email Checker
200
Response
{"code": 200, "msg": "OK", "items": {"type": "Other", "status": "NotExist", "disposable": "No"}}
{"properties": {"code": {"type": "integer"}, "items": {"properties": {"disposable": {"type": "string"}, "status": {"type": "string"}, "type": {"type": "string"}}, "type": "object"}, "msg": {"type": "string"}}, "type": "object"}
4b8d634f-4d07-4d80-9563-53b3b8c9ecd4/e413fece-c621-453a-a13e-3d3989311d38/0/0
Email Delivery Checker
Verifies if email address are valid and can be delivered. Check email format, host name exist, catch all emails and if the host can accept the email address.
0
Verify Email
Checks if email address exist and can be delivered. Checks the following for each email email address valid host is valid host can accept the email RCPT Is this CatchAll host
200
Json Response
{"CatchAll": false, "Deliverable": false, "Email": "[email protected]"}
{"properties": {"CatchAll": {"type": "boolean"}, "Deliverable": {"type": "boolean"}, "Email": {"type": "string"}}, "type": "object"}
193ff135-b015-4736-88ed-91e4d49b8d64/b5869966-9e04-40fe-b742-bc0fcc9c6b88/0/0
inboxes.com
inboxes.com temp email accounts for testing and automation
9.6
GetMessage
get a sinlge message content by message id
200
null
{"uid": "yIvB71VVQEoFUk1tsVroUFvU6aBa1j", "from": "George Lukas <[email protected]>", "to": "[email protected]", "subject": "You are invited to a party", "created_at": "2023-07-11T17:23:21.806Z", "created_at_epoch": 1689096202, "text": "the message text", "html": "<p>the message html</p>", "attachments": []}
{"type": "object", "required": ["uid", "from", "to", "subject", "attachments", "created_at", "created_at_epoch", "html", "text"], "properties": {"uid": {"type": "string"}, "from": {"type": "string"}, "to": {"type": "string"}, "subject": {"type": "string"}, "attachments": {"type": "array", "items": {"oneOf": [{"type": "object", "required": ["id", "filename", "size", "type"], "properties": {"id": {"type": "string"}, "filename": {"type": "string"}, "size": {"type": "integer"}, "type": {"type": "string"}}}]}}, "created_at": {"type": "string"}, "created_at_epoch": {"type": "integer"}, "html": {"type": "string"}, "text": {"type": "string"}}}
193ff135-b015-4736-88ed-91e4d49b8d64/0f8b95c1-09b6-4296-a795-bb0dc06540a0/0/0
inboxes.com
inboxes.com temp email accounts for testing and automation
9.6
DeleteMessage
delete a single message and it's attachments
200
null
{"ok": true}
{"type": "object", "properties": {"ok": {"type": "boolean"}}}
193ff135-b015-4736-88ed-91e4d49b8d64/646770c7-a742-4098-a0f6-101d59004376/0/0
inboxes.com
inboxes.com temp email accounts for testing and automation
9.6
getAllDomains
get system domains you can choose fro
200
null
[{"qdn": ""}]
{"type": "array", "items": {"oneOf": [{"type": "object", "required": ["qdn"], "properties": {"qdn": {"type": "string"}}}]}}
193ff135-b015-4736-88ed-91e4d49b8d64/ce3377ec-2e18-4e6c-8636-fd2bc5f54382/0/0
inboxes.com
inboxes.com temp email accounts for testing and automation
9.6
GetAttachment
get download url for a sinlge attachment
200
null
{"download_url": "https://inobxes.com/.../topsecret.pdf"}
{"type": "object", "required": ["download_url"], "properties": {"download_url": {"type": "string"}}}
193ff135-b015-4736-88ed-91e4d49b8d64/b249dcfc-0428-42ef-9b35-d2ed06d8ae53/0/0
inboxes.com
inboxes.com temp email accounts for testing and automation
9.6
DeleteInbox
delete inbox and all it's messages
200
null
{"ok": true}
{"type": "object", "properties": {"ok": {"type": "boolean"}}}
193ff135-b015-4736-88ed-91e4d49b8d64/7909a2c2-180a-4fc0-90ea-384cdf68106a/0/0
inboxes.com
inboxes.com temp email accounts for testing and automation
9.6
ActivateInbox
Activate a single inbox (email address) and wait for messages
200
null
{"ok": true}
{"type": "object", "properties": {"ok": {"type": "boolean"}}}
193ff135-b015-4736-88ed-91e4d49b8d64/70fcf06e-20c6-43ea-a326-94113fc6c4e0/0/0
inboxes.com
inboxes.com temp email accounts for testing and automation
9.6
GetInboxMessages
get all inbox messages
200
null
[{"uid": "", "from": "", "to": "", "subject": "", "created_at": "", "created_at_epoch": 0}]
{"type": "array", "items": {"oneOf": [{"type": "object", "required": ["uid", "from", "to", "subject", "created_at", "created_at_epoch"], "properties": {"uid": {"type": "string"}, "from": {"type": "string"}, "to": {"type": "string"}, "subject": {"type": "string"}, "created_at": {"type": "string"}, "created_at_epoch": {"type": "integer"}}}]}}
9e75653f-0a90-4d37-b8d4-b2717f665e22/e22e1a6b-da18-4ed1-b68c-d315b9964774/0/0
GetTestMail
Temporary emails in code
0.1
wait_for_message
400
null
{"type": "", "title": "", "detail": "", "status": 0}
{"type": "object", "properties": {"type": {"type": "string", "description": "A reference [RFC3986] that uniquely identifies the problem type"}, "title": {"type": "string", "description": "A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization (e.g., using proactive content negotiation; see [RFC7231], Section 3.4)."}, "detail": {"type": "string", "description": "A human-readable explanation specific to this occurrence of the problem."}, "status": {"type": "integer", "description": "The HTTP status code ([RFC7231], Section 6) generated by the origin server for this occurrence of the problem."}}}
9e75653f-0a90-4d37-b8d4-b2717f665e22/e22e1a6b-da18-4ed1-b68c-d315b9964774/1/0
GetTestMail
Temporary emails in code
0.1
wait_for_message
422
null
{"type": "", "title": "", "detail": "", "status": 0}
{"type": "object", "properties": {"type": {"type": "string", "description": "A reference [RFC3986] that uniquely identifies the problem type"}, "title": {"type": "string", "description": "A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization (e.g., using proactive content negotiation; see [RFC7231], Section 3.4)."}, "detail": {"type": "string", "description": "A human-readable explanation specific to this occurrence of the problem."}, "status": {"type": "integer", "description": "The HTTP status code ([RFC7231], Section 6) generated by the origin server for this occurrence of the problem."}}}
9e75653f-0a90-4d37-b8d4-b2717f665e22/e22e1a6b-da18-4ed1-b68c-d315b9964774/2/0
GetTestMail
Temporary emails in code
0.1
wait_for_message
200
null
{"emailAddress": "", "expiresAt": "", "message": {"id": "", "from": "", "to": "", "subject": "", "text": "", "html": "", "attachments": [{"filename": "", "mimeType": "", "content": ""}]}}
{"type": "object", "required": ["emailAddress", "expiresAt"], "properties": {"emailAddress": {"type": "string", "description": "The email address of the mailbox"}, "expiresAt": {"type": "string", "description": "The date and time when the mailbox will expire"}, "message": {"type": "object", "description": "The message that was sent to the mailbox", "properties": {"id": {"type": "string", "description": "The unique identifier of the message"}, "from": {"type": "string", "description": "The email address of the sender"}, "to": {"type": "string", "description": "The email address of the recipient"}, "subject": {"type": "string", "description": "The subject of the message"}, "text": {"type": "string", "description": "The text body of the message"}, "html": {"type": "string", "description": "The HTML body of the message"}, "attachments": {"type": "array", "description": "The attachments of the message", "items": {"type": "object", "properties": {"filename": {"type": "string", "description": "The filename of the attachment"}, "mimeType": {"type": "string", "description": "The mime type of the attachment"}, "content": {"type": "string", "description": "The content of the attachment"}}}}}}}}
9e75653f-0a90-4d37-b8d4-b2717f665e22/e22e1a6b-da18-4ed1-b68c-d315b9964774/3/0
GetTestMail
Temporary emails in code
0.1
wait_for_message
401
null
{"type": "", "title": "", "detail": "", "status": 0}
{"type": "object", "properties": {"type": {"type": "string", "description": "A reference [RFC3986] that uniquely identifies the problem type"}, "title": {"type": "string", "description": "A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization (e.g., using proactive content negotiation; see [RFC7231], Section 3.4)."}, "detail": {"type": "string", "description": "A human-readable explanation specific to this occurrence of the problem."}, "status": {"type": "integer", "description": "The HTTP status code ([RFC7231], Section 6) generated by the origin server for this occurrence of the problem."}}}
9e75653f-0a90-4d37-b8d4-b2717f665e22/23001bb7-a1b9-41a7-9fac-d0006110230b/0/0
GetTestMail
Temporary emails in code
0.1
create_new
401
null
{"type": "", "title": "", "detail": "", "status": 0}
{"type": "object", "properties": {"type": {"type": "string", "description": "A reference [RFC3986] that uniquely identifies the problem type"}, "title": {"type": "string", "description": "A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization (e.g., using proactive content negotiation; see [RFC7231], Section 3.4)."}, "detail": {"type": "string", "description": "A human-readable explanation specific to this occurrence of the problem."}, "status": {"type": "integer", "description": "The HTTP status code ([RFC7231], Section 6) generated by the origin server for this occurrence of the problem."}}}
9e75653f-0a90-4d37-b8d4-b2717f665e22/23001bb7-a1b9-41a7-9fac-d0006110230b/1/0
GetTestMail
Temporary emails in code
0.1
create_new
406
null
{"type": "", "title": "", "detail": "", "status": 0}
{"type": "object", "properties": {"type": {"type": "string", "description": "A reference [RFC3986] that uniquely identifies the problem type"}, "title": {"type": "string", "description": "A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization (e.g., using proactive content negotiation; see [RFC7231], Section 3.4)."}, "detail": {"type": "string", "description": "A human-readable explanation specific to this occurrence of the problem."}, "status": {"type": "integer", "description": "The HTTP status code ([RFC7231], Section 6) generated by the origin server for this occurrence of the problem."}}}
9e75653f-0a90-4d37-b8d4-b2717f665e22/23001bb7-a1b9-41a7-9fac-d0006110230b/2/0
GetTestMail
Temporary emails in code
0.1
create_new
201
null
{"emailAddress": "", "expiresAt": "", "message": {"id": "", "from": "", "to": "", "subject": "", "text": "", "html": "", "attachments": [{"filename": "", "mimeType": "", "content": ""}]}}
{"type": "object", "required": ["emailAddress", "expiresAt"], "properties": {"emailAddress": {"type": "string", "description": "The email address of the mailbox"}, "expiresAt": {"type": "string", "description": "The date and time when the mailbox will expire"}, "message": {"type": "object", "description": "The message that was sent to the mailbox", "properties": {"id": {"type": "string", "description": "The unique identifier of the message"}, "from": {"type": "string", "description": "The email address of the sender"}, "to": {"type": "string", "description": "The email address of the recipient"}, "subject": {"type": "string", "description": "The subject of the message"}, "text": {"type": "string", "description": "The text body of the message"}, "html": {"type": "string", "description": "The HTML body of the message"}, "attachments": {"type": "array", "description": "The attachments of the message", "items": {"type": "object", "properties": {"filename": {"type": "string", "description": "The filename of the attachment"}, "mimeType": {"type": "string", "description": "The mime type of the attachment"}, "content": {"type": "string", "description": "The content of the attachment"}}}}}}}}
89206096-4598-44bd-a25f-140fa1b45818/08a44b3a-5d07-4c2d-96c2-0894c5ec1c76/0/0
Email-Validator
Check the email if valid or not
null
Email Shortener
Short any valid email..
200
New Example
{"Status": "Valid", "domain": "gmail.com", "email": "[email protected]", "name": "smaron4709"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Status": {"type": "string"}, "domain": {"type": "string"}, "email": {"type": "string"}, "name": {"type": "string"}}, "required": ["Status", "domain", "email", "name"]}
89206096-4598-44bd-a25f-140fa1b45818/b850e587-7ef4-45fa-8a0d-0edfc758a129/0/0
Email-Validator
Check the email if valid or not
null
Email Validator
Check email valid or not
200
New Example
{"Status": "Valid", "domain": "gmail.com", "email": "[email protected]", "name": "smaron4709"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Status": {"type": "string"}, "domain": {"type": "string"}, "email": {"type": "string"}, "name": {"type": "string"}}, "required": ["Status", "domain", "email", "name"]}
d7482d96-5cc2-48a5-a6eb-2a05614932de/e78d4a56-266e-473c-9cf9-a8faf18f6c17/0/0
emailvalidator
validate email and filter disposal fake email
4.9
validate
receive email as request body and send error if any, otherwise send error:false
200
New Example
{"error": "This domain is in Blacklist"}
{"type": "object", "properties": {"error": {"type": "string"}}}
03380719-5378-4512-acb8-95dae95a8d9b/a48a9f1a-bc6e-4321-af4f-60bef65358e0/0/0
MetaAPI EmailFinder
Find out a person's email address
7.3
findEmail
Find out a person's email address by using their name and company domain. Supports 500+ name variants (Eg. Robert, Rob, Bob, ...)
200
New Example
[{"email": "[email protected]", "format": "{f}{last}@{domain}", "isDisposableProvider": false, "isFreeProvider": false, "isRoleEmail": false}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "format": {"type": "string"}, "isDisposableProvider": {"type": "boolean"}, "isFreeProvider": {"type": "boolean"}, "isRoleEmail": {"type": "boolean"}}, "required": ["email", "format", "isDisposableProvider", "isFreeProvider", "isRoleEmail"]}}
0d010268-57d7-4232-b335-a38f27ee4ecd/3a768a22-d0ea-4bd8-84ba-479178d64403/0/0
Mail Sender
An API sends a mail with a your Gmail account.
0.1
Send html-based mail body with this endpoint.
This API contains a body object(JSON) to send mails.
200
New Example
{"username": "[email protected]", "password": "acc-pass", "reciever": "[email protected]", "title": "mail title", "subject": "mail subject", "htmlContent": "html-based content to mail body"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "reciever": {"type": "string"}, "title": {"type": "string"}, "subject": {"type": "string"}, "htmlContent": {"type": "string"}}, "required": ["htmlContent", "password", "reciever", "subject", "title", "username"]}
0d010268-57d7-4232-b335-a38f27ee4ecd/d95fbf84-a58d-4561-a537-81d2308d5741/0/0
Mail Sender
An API sends a mail with a your Gmail account.
0.1
Send normal text-based mail with this endpoint.
this endpoint contains the following body object(JSON).
200
New Example
{"username": "[email protected]", "password": "acc-pass", "receiver": "[email protected]", "title": "Mail Sender API", "subject": "testing API with gmail", "textContent": "this API endpoint creates to send text-based mail."}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "receiver": {"type": "string"}, "title": {"type": "string"}, "subject": {"type": "string"}, "textContent": {"type": "string"}}, "required": ["password", "receiver", "subject", "textContent", "title", "username"]}
128c046b-36f9-42e0-b9c4-740220afa80d/605b5025-ae8d-4bf5-8bfd-d87a3e2ae993/0/0
Youtube Channel Email Scraper
Scrape email addresses from youtube channels
7.7
Email
Get email from channel id
200
New Example
{"status": 200, "email": "[email protected]"}
{"type": "object", "properties": {"status": {"type": "integer"}, "email": {"type": "string"}}}
829a7fcb-a872-403f-874e-0c22f420699a/a3dbad30-5f1f-4f8a-81bb-30732bb84e18/0/0
Advanced Email Validator
An advanced Email Address validation API
null
Email Validation
Performs validation on a specified email address.
200
New Example
{"email": "[email protected]", "domain": "example.com", "valid_syntax": true, "disposable": false, "misspelled": false, "suggested": null, "valid_dns": true, "known_domain": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"email": {"type": "string"}, "domain": {"type": "string"}, "valid_syntax": {"type": "boolean"}, "disposable": {"type": "boolean"}, "misspelled": {"type": "boolean"}, "suggested": {"type": "null"}, "valid_dns": {"type": "boolean"}, "known_domain": {"type": "boolean"}}, "required": ["disposable", "domain", "email", "known_domain", "misspelled", "suggested", "valid_dns", "valid_syntax"]}
221ea036-f465-4db3-b2ca-37b5e9aa1cfa/1ce46d31-c62d-48b0-a368-eaed988d65fa/0/0
Email Checker v2
Validates email and checks domain DNS to be accessible
6.8
Check Email
Checks email and domain to be existed. Email validator + domain DNS lookup
200
Response
{"validDomain": true, "validEmail": true}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"validDomain": {"type": "boolean"}, "validEmail": {"type": "boolean"}}, "required": ["validDomain", "validEmail"]}
a4a635ed-182c-4aca-8403-c17142f3ba57/a735e31e-67cb-4a1e-ab06-b66e6cdc175e/0/0
MailCheck
Check if emails are disposable
8.1
Email
Check if an email is disposable
200
New Example
{"status": 200, "email": "[email protected]", "domain": "example.com", "mx": true, "disposable": false, "alias": false, "did_you_mean": null}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "email": {"type": "string"}, "domain": {"type": "string"}, "mx": {"type": "boolean"}, "disposable": {"type": "boolean"}, "alias": {"type": "boolean"}, "did_you_mean": {"type": "null"}}, "required": ["alias", "did_you_mean", "disposable", "domain", "email", "mx", "status"]}
a4a635ed-182c-4aca-8403-c17142f3ba57/dfc0712b-7c20-4c4c-8d18-b34820124063/0/0
MailCheck
Check if emails are disposable
8.1
Domain
Check if a domain is disposable
200
New Example
{"status": 200, "domain": "example.com", "mx": true, "disposable": false, "did_you_mean": null}
{"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}}
6704d273-b31d-4f2d-a3fd-ebac592305fc/1378c858-67c5-4239-afd8-5390c5fe5fe4/0/0
Disposable Gmail
~ Bugs fixed! [+] Temporary Gmail Generator API to fight with spam. [+] Generates a real Gmail. [+] Disposable Gmails are more superior than disposable domain emails. [+] Minimal chances for a website to detect a disposable gmail. Tags: Gmail Google Mail Temporary Email Disposable Email Temp Mail
8.5
Generate Gmail
Generates a gmail.
200
Response
{"gmail": "[email protected]"}
{"type": "object", "properties": {"gmail": {"type": "string"}}}
000066d8-8fd7-4dfc-ba0b-6ff8b8328d1c/0ab25286-b808-4352-aecc-9a4ec7658fbe/0/0
Email Snitch
Email Snitch is the fast and easy way to validate email addresses.
null
Check
Validate and lookup information for a given email address.
401
Unauthorized
{"error": {"status": 401, "message": "Unauthorized"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "status"]}}, "required": ["error"]}
000066d8-8fd7-4dfc-ba0b-6ff8b8328d1c/0ab25286-b808-4352-aecc-9a4ec7658fbe/1/0
Email Snitch
Email Snitch is the fast and easy way to validate email addresses.
null
Check
Validate and lookup information for a given email address.
200
Result
{"isValid": true, "errorMessage": "", "info": {"isDisposable": false, "isFree": true}, "email": "[email protected]"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"isValid": {"type": "boolean"}, "errorMessage": {"type": "string"}, "info": {"type": "object", "properties": {"isDisposable": {"type": "boolean"}, "isFree": {"type": "boolean"}}, "required": ["isDisposable", "isFree"]}, "email": {"type": "string"}}, "required": ["email", "errorMessage", "info", "isValid"]}
91514971-7d11-4352-a988-c1b148ebb511/1c5de133-f40a-4bf7-b8e5-b0ed0dc68c20/0/0
CavyIoT
IoT data
null
device status
To get current status of device you need to make a GET or POST call to the following URL with parameter API key as path
200
Response
{"code": 200, "detail": "success", "device_status": {"timezone": "Asia/Calcutta", "name": "farm", "active_since": "2021-12-31", "service_expires": "2022-01-30", "auto_mode": false, "sensors": [{"name": "Temperature", "value": 27, "unit": "C", "lastupdate": {"time": "14:06:17", "date": "2022-01-05"}}, {"name": "humidity", "value": "34", "unit": "Rh", "lastupdate": {"time": "23:20:09", "date": "2021-12-31"}}, {"name": "Speed", "value": "9", "unit": "km/hr", "lastupdate": {"time": "23:20:09", "date": "2021-12-31"}}, {"name": "pressure", "value": "40", "unit": "Psi", "lastupdate": {"time": "23:20:09", "date": "2021-12-31"}}], "buttons": [{"index": "0", "label": "LED1", "state": "OFF", "lastupdate": {"time": null, "date": null}}, {"index": "1", "label": "LED2", "state": "OFF", "lastupdate": {"time": null, "date": null}}, {"index": "2", "label": "LED3", "state": "OFF", "lastupdate": {"time": null, "date": null}}, {"index": "3", "label": "LED4", "state": "OFF", "lastupdate": {"time": null, "date": null}}]}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"code": {"type": "integer"}, "detail": {"type": "string"}, "device_status": {"type": "object", "properties": {"timezone": {"type": "string"}, "name": {"type": "string"}, "active_since": {"type": "string"}, "service_expires": {"type": "string"}, "auto_mode": {"type": "boolean"}, "sensors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": ["integer", "string"]}, "unit": {"type": "string"}, "lastupdate": {"type": "object", "properties": {"time": {"type": "string"}, "date": {"type": "string"}}, "required": ["date", "time"]}}, "required": ["lastupdate", "name", "unit", "value"]}}, "buttons": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "string"}, "label": {"type": "string"}, "state": {"type": "string"}, "lastupdate": {"type": "object", "properties": {"time": {"type": "null"}, "date": {"type": "null"}}, "required": ["date", "time"]}}, "required": ["index", "label", "lastupdate", "state"]}}}, "required": ["active_since", "auto_mode", "buttons", "name", "sensors", "service_expires", "timezone"]}}, "required": ["code", "detail", "device_status"]}
5b27f10d-14e1-492d-839a-b307a392e83b/endpoint_41b694a2-53e0-4a54-a853-b72343f897b2/0/0
Kelpom IMEI Checker
Use the IMEI number to get model and brand information for any cellular device
9.3
Get Model Information
Gets the device brand, model & model number if available
200
New Example
[{"imei": "356765083271153", "valid": true, "model": {"device": "iPhone 8", "brand": "Apple", "model_nb": "A1905"}}]
{"type": "array", "items": {"type": "object", "properties": {"imei": {"type": "string"}, "model": {"type": "object", "properties": {"valid": {"type": "boolean"}, "device": {"type": "string"}, "brand": {"type": "string"}, "model_nb": {"type": "string"}}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/0e3a7dfc-e295-4f14-b899-54379978dde8/0/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsHardwareHardware
Retrieve a single hardware_hardware item by unique identifier.
200
Example_1
{"data": {"id": 0, "hardware_id": 0, "hardware_related_id": 0}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "hardware_id": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"description": "Product Name", "type": ["string", "null"]}, "manufacturer": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "established": {"type": ["string", "null"], "format": "date"}, "ceased": {"type": ["string", "null"], "format": "date"}, "parent_company": {"type": ["object", "null"]}, "previously_known_as": {"type": ["string", "null"]}, "address": {"type": ["string", "null"]}, "country": {"type": ["string", "null"]}}, "x-collection": "company"}]}, "battery_type": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}}, "x-collection": "battery_types"}]}, "battery_count": {"type": ["integer", "null"]}, "brand": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "company": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "established": {"type": ["string", "null"], "format": "date"}, "ceased": {"type": ["string", "null"], "format": "date"}, "parent_company": {"type": ["object", "null"]}, "previously_known_as": {"type": ["string", "null"]}, "address": {"type": ["string", "null"]}, "country": {"type": ["string", "null"]}}, "x-collection": "company"}]}}, "x-collection": "brand"}]}, "power_usb_type": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "aka": {"type": ["string", "null"]}, "image": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_files", "properties": {"id": {"description": "Unique identifier for the file.", "type": "string"}, "storage": {"description": "Where the file is stored. Either `local` for the local filesystem or the name of the storage adapter (for example `s3`).", "type": "string"}, "filename_disk": {"description": "Name of the file on disk. By default, Directus uses a random hash for the filename.", "type": "string"}, "filename_download": {"description": "How you want to the file to be named when it's being downloaded.", "type": "string"}, "title": {"description": "Title for the file. Is extracted from the filename on upload, but can be edited by the user.", "type": "string"}, "type": {"description": "MIME type of the file.", "type": "string"}, "folder": {"description": "Virtual folder where this file resides in.", "oneOf": [{"type": "string"}, {"type": "object", "x-collection": "directus_files", "properties": {"id": {"description": "Unique identifier for the folder.", "type": "string"}, "name": {"description": "Name of the folder.", "type": "string"}, "parent": {"description": "Unique identifier of the parent folder. This allows for nested folders.", "type": ["object", "null"]}}}]}, "uploaded_by": {"description": "Who uploaded the file.", "oneOf": [{"type": "string"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "uploaded_on": {"description": "When the file was uploaded.", "type": "string", "format": "date-time"}, "modified_by": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "modified_on": {"type": "string", "format": "timestamp"}, "charset": {"description": "Character set of the file.", "type": ["string", "null"]}, "filesize": {"description": "Size of the file in bytes.", "type": "integer"}, "width": {"description": "Width of the file in pixels. Only applies to images.", "type": ["integer", "null"]}, "height": {"description": "Height of the file in pixels. Only applies to images.", "type": ["integer", "null"]}, "duration": {"description": "Duration of the file in seconds. Only applies to audio and video.", "type": ["integer", "null"]}, "embed": {"description": "Where the file was embedded from.", "type": ["string", "null"]}, "description": {"description": "Description for the file.", "type": ["string", "null"]}, "location": {"description": "Where the file was created. Is automatically populated based on EXIF data for images.", "type": ["string", "null"]}, "tags": {"description": "Tags for the file. Is automatically populated based on EXIF data for images.", "type": ["array", "null"], "items": {"type": "string"}}, "metadata": {"description": "IPTC, EXIF, and ICC metadata extracted from file", "type": ["object", "null"]}, "storage_divider": {"type": "string"}}}]}}, "x-collection": "usb_types"}]}, "description": {"type": ["string", "null"]}, "official_site": {"type": ["string", "null"]}, "width": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "height": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "depth": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "weight": {"description": "In Grams", "type": ["integer", "null"]}, "cloud_control": {"type": ["boolean", "null"]}, "local_control": {"type": ["boolean", "null"]}, "model_number": {"type": ["string", "null"]}, "material": {"type": ["string", "null"]}, "release_date": {"type": ["string", "null"], "format": "date"}, "discontinue_date": {"type": ["string", "null"], "format": "date"}, "discontinued": {"type": ["boolean", "null"]}, "hardware_requirement_description": {"type": ["string", "null"]}, "aka": {"description": "Also Known As (Rebrands/Regional names)", "type": ["string", "null"]}, "power": {"type": "string"}, "compatible_apps": {"type": "array", "items": {"type": "object"}}, "videos": {"type": "array", "items": {"type": "object"}}, "software_and_service": {"type": "string"}, "supported_voice_assistants": {"type": "array", "items": {"type": "object"}}, "connectivity": {"type": "string"}, "size": {"type": "string"}, "hardware_requirements": {"type": "array", "items": {"type": "object"}}, "freedom": {"type": "string"}, "compatible_services": {"type": "array", "items": {"type": "object"}}, "sensors": {"type": "array", "items": {"type": "object"}}, "power_type": {"type": "array", "items": {"type": "object"}}, "function": {"type": "array", "items": {"type": "object"}}, "images": {"type": "array", "items": {"type": "object"}}, "features_divider": {"type": "string"}, "connection_types": {"type": "array", "items": {"type": "object"}}, "media_divider": {"type": "string"}}, "x-collection": "hardware"}]}, "hardware_related_id": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"description": "Product Name", "type": ["string", "null"]}, "manufacturer": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "established": {"type": ["string", "null"], "format": "date"}, "ceased": {"type": ["string", "null"], "format": "date"}, "parent_company": {"type": ["object", "null"]}, "previously_known_as": {"type": ["string", "null"]}, "address": {"type": ["string", "null"]}, "country": {"type": ["string", "null"]}}, "x-collection": "company"}]}, "battery_type": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}}, "x-collection": "battery_types"}]}, "battery_count": {"type": ["integer", "null"]}, "brand": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "company": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "established": {"type": ["string", "null"], "format": "date"}, "ceased": {"type": ["string", "null"], "format": "date"}, "parent_company": {"type": ["object", "null"]}, "previously_known_as": {"type": ["string", "null"]}, "address": {"type": ["string", "null"]}, "country": {"type": ["string", "null"]}}, "x-collection": "company"}]}}, "x-collection": "brand"}]}, "power_usb_type": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "aka": {"type": ["string", "null"]}, "image": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_files", "properties": {"id": {"description": "Unique identifier for the file.", "type": "string"}, "storage": {"description": "Where the file is stored. Either `local` for the local filesystem or the name of the storage adapter (for example `s3`).", "type": "string"}, "filename_disk": {"description": "Name of the file on disk. By default, Directus uses a random hash for the filename.", "type": "string"}, "filename_download": {"description": "How you want to the file to be named when it's being downloaded.", "type": "string"}, "title": {"description": "Title for the file. Is extracted from the filename on upload, but can be edited by the user.", "type": "string"}, "type": {"description": "MIME type of the file.", "type": "string"}, "folder": {"description": "Virtual folder where this file resides in.", "oneOf": [{"type": "string"}, {"type": "object", "x-collection": "directus_files", "properties": {"id": {"description": "Unique identifier for the folder.", "type": "string"}, "name": {"description": "Name of the folder.", "type": "string"}, "parent": {"description": "Unique identifier of the parent folder. This allows for nested folders.", "type": ["object", "null"]}}}]}, "uploaded_by": {"description": "Who uploaded the file.", "oneOf": [{"type": "string"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "uploaded_on": {"description": "When the file was uploaded.", "type": "string", "format": "date-time"}, "modified_by": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "modified_on": {"type": "string", "format": "timestamp"}, "charset": {"description": "Character set of the file.", "type": ["string", "null"]}, "filesize": {"description": "Size of the file in bytes.", "type": "integer"}, "width": {"description": "Width of the file in pixels. Only applies to images.", "type": ["integer", "null"]}, "height": {"description": "Height of the file in pixels. Only applies to images.", "type": ["integer", "null"]}, "duration": {"description": "Duration of the file in seconds. Only applies to audio and video.", "type": ["integer", "null"]}, "embed": {"description": "Where the file was embedded from.", "type": ["string", "null"]}, "description": {"description": "Description for the file.", "type": ["string", "null"]}, "location": {"description": "Where the file was created. Is automatically populated based on EXIF data for images.", "type": ["string", "null"]}, "tags": {"description": "Tags for the file. Is automatically populated based on EXIF data for images.", "type": ["array", "null"], "items": {"type": "string"}}, "metadata": {"description": "IPTC, EXIF, and ICC metadata extracted from file", "type": ["object", "null"]}, "storage_divider": {"type": "string"}}}]}}, "x-collection": "usb_types"}]}, "description": {"type": ["string", "null"]}, "official_site": {"type": ["string", "null"]}, "width": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "height": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "depth": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "weight": {"description": "In Grams", "type": ["integer", "null"]}, "cloud_control": {"type": ["boolean", "null"]}, "local_control": {"type": ["boolean", "null"]}, "model_number": {"type": ["string", "null"]}, "material": {"type": ["string", "null"]}, "release_date": {"type": ["string", "null"], "format": "date"}, "discontinue_date": {"type": ["string", "null"], "format": "date"}, "discontinued": {"type": ["boolean", "null"]}, "hardware_requirement_description": {"type": ["string", "null"]}, "aka": {"description": "Also Known As (Rebrands/Regional names)", "type": ["string", "null"]}, "power": {"type": "string"}, "compatible_apps": {"type": "array", "items": {"type": "object"}}, "videos": {"type": "array", "items": {"type": "object"}}, "software_and_service": {"type": "string"}, "supported_voice_assistants": {"type": "array", "items": {"type": "object"}}, "connectivity": {"type": "string"}, "size": {"type": "string"}, "hardware_requirements": {"type": "array", "items": {"type": "object"}}, "freedom": {"type": "string"}, "compatible_services": {"type": "array", "items": {"type": "object"}}, "sensors": {"type": "array", "items": {"type": "object"}}, "power_type": {"type": "array", "items": {"type": "object"}}, "function": {"type": "array", "items": {"type": "object"}}, "images": {"type": "array", "items": {"type": "object"}}, "features_divider": {"type": "string"}, "connection_types": {"type": "array", "items": {"type": "object"}}, "media_divider": {"type": "string"}}, "x-collection": "hardware"}]}}, "x-collection": "hardware_hardware"}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/0e3a7dfc-e295-4f14-b899-54379978dde8/1/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsHardwareHardware
Retrieve a single hardware_hardware item by unique identifier.
401
Example_1
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/0e3a7dfc-e295-4f14-b899-54379978dde8/2/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsHardwareHardware
Retrieve a single hardware_hardware item by unique identifier.
404
Example_1
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/c90f3aea-f63d-452d-8bcd-cad52e65eff3/0/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
getFile
Retrieve a single file by unique identifier.
401
Example_1
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/c90f3aea-f63d-452d-8bcd-cad52e65eff3/1/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
getFile
Retrieve a single file by unique identifier.
200
Example_1
{"data": {"id": "8cbb43fe-4cdf-4991-8352-c461779cec02", "storage": "local", "filename_disk": "a88c3b72-ac58-5436-a4ec-b2858531333a.jpg", "filename_download": "avatar.jpg", "title": "User Avatar", "type": "image/jpeg", "folder": "", "uploaded_by": "", "uploaded_on": "2019-12-03T00:10:15+00:00", "modified_by": "", "modified_on": "", "charset": "binary", "filesize": 137862, "width": 800, "height": 838, "duration": 0, "embed": "", "description": "", "location": "", "tags": [], "metadata": {}, "storage_divider": ""}}
{"type": "object", "properties": {"data": {"type": "object", "x-collection": "directus_files", "properties": {"id": {"description": "Unique identifier for the file.", "type": "string"}, "storage": {"description": "Where the file is stored. Either `local` for the local filesystem or the name of the storage adapter (for example `s3`).", "type": "string"}, "filename_disk": {"description": "Name of the file on disk. By default, Directus uses a random hash for the filename.", "type": "string"}, "filename_download": {"description": "How you want to the file to be named when it's being downloaded.", "type": "string"}, "title": {"description": "Title for the file. Is extracted from the filename on upload, but can be edited by the user.", "type": "string"}, "type": {"description": "MIME type of the file.", "type": "string"}, "folder": {"description": "Virtual folder where this file resides in.", "oneOf": [{"type": "string"}, {"type": "object", "x-collection": "directus_files", "properties": {"id": {"description": "Unique identifier for the folder.", "type": "string"}, "name": {"description": "Name of the folder.", "type": "string"}, "parent": {"description": "Unique identifier of the parent folder. This allows for nested folders.", "type": ["object", "null"]}}}]}, "uploaded_by": {"description": "Who uploaded the file.", "oneOf": [{"type": "string"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "uploaded_on": {"description": "When the file was uploaded.", "type": "string", "format": "date-time"}, "modified_by": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "modified_on": {"type": "string", "format": "timestamp"}, "charset": {"description": "Character set of the file.", "type": ["string", "null"]}, "filesize": {"description": "Size of the file in bytes.", "type": "integer"}, "width": {"description": "Width of the file in pixels. Only applies to images.", "type": ["integer", "null"]}, "height": {"description": "Height of the file in pixels. Only applies to images.", "type": ["integer", "null"]}, "duration": {"description": "Duration of the file in seconds. Only applies to audio and video.", "type": ["integer", "null"]}, "embed": {"description": "Where the file was embedded from.", "type": ["string", "null"]}, "description": {"description": "Description for the file.", "type": ["string", "null"]}, "location": {"description": "Where the file was created. Is automatically populated based on EXIF data for images.", "type": ["string", "null"]}, "tags": {"description": "Tags for the file. Is automatically populated based on EXIF data for images.", "type": ["array", "null"], "items": {"type": "string"}}, "metadata": {"description": "IPTC, EXIF, and ICC metadata extracted from file", "type": ["object", "null"]}, "storage_divider": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/6b8be460-275a-4bbf-ae7f-5fffe2337893/0/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsFunctionsFunctions
Retrieve a single functions_functions item by unique identifier.
404
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/6b8be460-275a-4bbf-ae7f-5fffe2337893/1/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsFunctionsFunctions
Retrieve a single functions_functions item by unique identifier.
401
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/6b8be460-275a-4bbf-ae7f-5fffe2337893/2/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsFunctionsFunctions
Retrieve a single functions_functions item by unique identifier.
200
null
{"data": {"id": 0, "functions_id": 0, "related_functions_id": 0}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "functions_id": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "parent_functions": {"type": "array", "items": {"type": "object"}}}, "x-collection": "functions"}]}, "related_functions_id": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "parent_functions": {"type": "array", "items": {"type": "object"}}}, "x-collection": "functions"}]}}, "x-collection": "functions_functions"}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/58ad001a-6b9d-4bcf-bb36-2cf865fb6942/0/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readItemsHardwareVideos
List the hardware_videos items.
401
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/58ad001a-6b9d-4bcf-bb36-2cf865fb6942/1/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readItemsHardwareVideos
List the hardware_videos items.
200
null
{"data": [{"id": 0, "hardware_id": 0, "videos_id": 0}]}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "hardware_id": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"description": "Product Name", "type": ["string", "null"]}, "manufacturer": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "established": {"type": ["string", "null"], "format": "date"}, "ceased": {"type": ["string", "null"], "format": "date"}, "parent_company": {"type": ["object", "null"]}, "previously_known_as": {"type": ["string", "null"]}, "address": {"type": ["string", "null"]}, "country": {"type": ["string", "null"]}}, "x-collection": "company"}]}, "battery_type": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}}, "x-collection": "battery_types"}]}, "battery_count": {"type": ["integer", "null"]}, "brand": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "company": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "established": {"type": ["string", "null"], "format": "date"}, "ceased": {"type": ["string", "null"], "format": "date"}, "parent_company": {"type": ["object", "null"]}, "previously_known_as": {"type": ["string", "null"]}, "address": {"type": ["string", "null"]}, "country": {"type": ["string", "null"]}}, "x-collection": "company"}]}}, "x-collection": "brand"}]}, "power_usb_type": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "aka": {"type": ["string", "null"]}, "image": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_files", "properties": {"id": {"description": "Unique identifier for the file.", "type": "string"}, "storage": {"description": "Where the file is stored. Either `local` for the local filesystem or the name of the storage adapter (for example `s3`).", "type": "string"}, "filename_disk": {"description": "Name of the file on disk. By default, Directus uses a random hash for the filename.", "type": "string"}, "filename_download": {"description": "How you want to the file to be named when it's being downloaded.", "type": "string"}, "title": {"description": "Title for the file. Is extracted from the filename on upload, but can be edited by the user.", "type": "string"}, "type": {"description": "MIME type of the file.", "type": "string"}, "folder": {"description": "Virtual folder where this file resides in.", "oneOf": [{"type": "string"}, {"type": "object", "x-collection": "directus_files", "properties": {"id": {"description": "Unique identifier for the folder.", "type": "string"}, "name": {"description": "Name of the folder.", "type": "string"}, "parent": {"description": "Unique identifier of the parent folder. This allows for nested folders.", "type": ["object", "null"]}}}]}, "uploaded_by": {"description": "Who uploaded the file.", "oneOf": [{"type": "string"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "uploaded_on": {"description": "When the file was uploaded.", "type": "string", "format": "date-time"}, "modified_by": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "modified_on": {"type": "string", "format": "timestamp"}, "charset": {"description": "Character set of the file.", "type": ["string", "null"]}, "filesize": {"description": "Size of the file in bytes.", "type": "integer"}, "width": {"description": "Width of the file in pixels. Only applies to images.", "type": ["integer", "null"]}, "height": {"description": "Height of the file in pixels. Only applies to images.", "type": ["integer", "null"]}, "duration": {"description": "Duration of the file in seconds. Only applies to audio and video.", "type": ["integer", "null"]}, "embed": {"description": "Where the file was embedded from.", "type": ["string", "null"]}, "description": {"description": "Description for the file.", "type": ["string", "null"]}, "location": {"description": "Where the file was created. Is automatically populated based on EXIF data for images.", "type": ["string", "null"]}, "tags": {"description": "Tags for the file. Is automatically populated based on EXIF data for images.", "type": ["array", "null"], "items": {"type": "string"}}, "metadata": {"description": "IPTC, EXIF, and ICC metadata extracted from file", "type": ["object", "null"]}, "storage_divider": {"type": "string"}}}]}}, "x-collection": "usb_types"}]}, "description": {"type": ["string", "null"]}, "official_site": {"type": ["string", "null"]}, "width": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "height": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "depth": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "weight": {"description": "In Grams", "type": ["integer", "null"]}, "cloud_control": {"type": ["boolean", "null"]}, "local_control": {"type": ["boolean", "null"]}, "model_number": {"type": ["string", "null"]}, "material": {"type": ["string", "null"]}, "release_date": {"type": ["string", "null"], "format": "date"}, "discontinue_date": {"type": ["string", "null"], "format": "date"}, "discontinued": {"type": ["boolean", "null"]}, "hardware_requirement_description": {"type": ["string", "null"]}, "aka": {"description": "Also Known As (Rebrands/Regional names)", "type": ["string", "null"]}, "power": {"type": "string"}, "compatible_apps": {"type": "array", "items": {"type": "object"}}, "videos": {"type": "array", "items": {"type": "object"}}, "software_and_service": {"type": "string"}, "supported_voice_assistants": {"type": "array", "items": {"type": "object"}}, "connectivity": {"type": "string"}, "size": {"type": "string"}, "hardware_requirements": {"type": "array", "items": {"type": "object"}}, "freedom": {"type": "string"}, "compatible_services": {"type": "array", "items": {"type": "object"}}, "sensors": {"type": "array", "items": {"type": "object"}}, "power_type": {"type": "array", "items": {"type": "object"}}, "function": {"type": "array", "items": {"type": "object"}}, "images": {"type": "array", "items": {"type": "object"}}, "features_divider": {"type": "string"}, "connection_types": {"type": "array", "items": {"type": "object"}}, "media_divider": {"type": "string"}}, "x-collection": "hardware"}]}, "videos_id": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": ["string", "null"]}, "url": {"type": ["string", "null"]}}, "x-collection": "videos"}]}}, "x-collection": "hardware_videos"}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/d902fbb0-4d02-445f-93b7-b3a316cef194/0/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readItemsConfigurations
List the configurations items.
401
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/d902fbb0-4d02-445f-93b7-b3a316cef194/1/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readItemsConfigurations
List the configurations items.
200
null
{"data": [{"id": 0, "status": "", "user_created": "", "date_created": "", "user_updated": "", "date_updated": "", "name": "", "configuration": []}]}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": ["string", "null"]}, "configuration": {"type": ["array", "null"], "items": {"type": "string"}}}, "x-collection": "configurations"}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/de51a6a0-83bb-45be-b161-dacb17dc2719/0/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsHardwarePowerTypes2
Retrieve a single hardware_power_types_2 item by unique identifier.
200
null
{"data": {"id": 0, "hardware_id": 0, "power_types_id": 0}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "hardware_id": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"description": "Product Name", "type": ["string", "null"]}, "manufacturer": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "established": {"type": ["string", "null"], "format": "date"}, "ceased": {"type": ["string", "null"], "format": "date"}, "parent_company": {"type": ["object", "null"]}, "previously_known_as": {"type": ["string", "null"]}, "address": {"type": ["string", "null"]}, "country": {"type": ["string", "null"]}}, "x-collection": "company"}]}, "battery_type": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}}, "x-collection": "battery_types"}]}, "battery_count": {"type": ["integer", "null"]}, "brand": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "company": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "established": {"type": ["string", "null"], "format": "date"}, "ceased": {"type": ["string", "null"], "format": "date"}, "parent_company": {"type": ["object", "null"]}, "previously_known_as": {"type": ["string", "null"]}, "address": {"type": ["string", "null"]}, "country": {"type": ["string", "null"]}}, "x-collection": "company"}]}}, "x-collection": "brand"}]}, "power_usb_type": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "aka": {"type": ["string", "null"]}, "image": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_files", "properties": {"id": {"description": "Unique identifier for the file.", "type": "string"}, "storage": {"description": "Where the file is stored. Either `local` for the local filesystem or the name of the storage adapter (for example `s3`).", "type": "string"}, "filename_disk": {"description": "Name of the file on disk. By default, Directus uses a random hash for the filename.", "type": "string"}, "filename_download": {"description": "How you want to the file to be named when it's being downloaded.", "type": "string"}, "title": {"description": "Title for the file. Is extracted from the filename on upload, but can be edited by the user.", "type": "string"}, "type": {"description": "MIME type of the file.", "type": "string"}, "folder": {"description": "Virtual folder where this file resides in.", "oneOf": [{"type": "string"}, {"type": "object", "x-collection": "directus_files", "properties": {"id": {"description": "Unique identifier for the folder.", "type": "string"}, "name": {"description": "Name of the folder.", "type": "string"}, "parent": {"description": "Unique identifier of the parent folder. This allows for nested folders.", "type": ["object", "null"]}}}]}, "uploaded_by": {"description": "Who uploaded the file.", "oneOf": [{"type": "string"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "uploaded_on": {"description": "When the file was uploaded.", "type": "string", "format": "date-time"}, "modified_by": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "modified_on": {"type": "string", "format": "timestamp"}, "charset": {"description": "Character set of the file.", "type": ["string", "null"]}, "filesize": {"description": "Size of the file in bytes.", "type": "integer"}, "width": {"description": "Width of the file in pixels. Only applies to images.", "type": ["integer", "null"]}, "height": {"description": "Height of the file in pixels. Only applies to images.", "type": ["integer", "null"]}, "duration": {"description": "Duration of the file in seconds. Only applies to audio and video.", "type": ["integer", "null"]}, "embed": {"description": "Where the file was embedded from.", "type": ["string", "null"]}, "description": {"description": "Description for the file.", "type": ["string", "null"]}, "location": {"description": "Where the file was created. Is automatically populated based on EXIF data for images.", "type": ["string", "null"]}, "tags": {"description": "Tags for the file. Is automatically populated based on EXIF data for images.", "type": ["array", "null"], "items": {"type": "string"}}, "metadata": {"description": "IPTC, EXIF, and ICC metadata extracted from file", "type": ["object", "null"]}, "storage_divider": {"type": "string"}}}]}}, "x-collection": "usb_types"}]}, "description": {"type": ["string", "null"]}, "official_site": {"type": ["string", "null"]}, "width": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "height": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "depth": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "weight": {"description": "In Grams", "type": ["integer", "null"]}, "cloud_control": {"type": ["boolean", "null"]}, "local_control": {"type": ["boolean", "null"]}, "model_number": {"type": ["string", "null"]}, "material": {"type": ["string", "null"]}, "release_date": {"type": ["string", "null"], "format": "date"}, "discontinue_date": {"type": ["string", "null"], "format": "date"}, "discontinued": {"type": ["boolean", "null"]}, "hardware_requirement_description": {"type": ["string", "null"]}, "aka": {"description": "Also Known As (Rebrands/Regional names)", "type": ["string", "null"]}, "power": {"type": "string"}, "compatible_apps": {"type": "array", "items": {"type": "object"}}, "videos": {"type": "array", "items": {"type": "object"}}, "software_and_service": {"type": "string"}, "supported_voice_assistants": {"type": "array", "items": {"type": "object"}}, "connectivity": {"type": "string"}, "size": {"type": "string"}, "hardware_requirements": {"type": "array", "items": {"type": "object"}}, "freedom": {"type": "string"}, "compatible_services": {"type": "array", "items": {"type": "object"}}, "sensors": {"type": "array", "items": {"type": "object"}}, "power_type": {"type": "array", "items": {"type": "object"}}, "function": {"type": "array", "items": {"type": "object"}}, "images": {"type": "array", "items": {"type": "object"}}, "features_divider": {"type": "string"}, "connection_types": {"type": "array", "items": {"type": "object"}}, "media_divider": {"type": "string"}}, "x-collection": "hardware"}]}, "power_types_id": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "aka": {"type": ["string", "null"]}}, "x-collection": "power_types"}]}}, "x-collection": "hardware_power_types_2"}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/de51a6a0-83bb-45be-b161-dacb17dc2719/1/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsHardwarePowerTypes2
Retrieve a single hardware_power_types_2 item by unique identifier.
401
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/de51a6a0-83bb-45be-b161-dacb17dc2719/2/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsHardwarePowerTypes2
Retrieve a single hardware_power_types_2 item by unique identifier.
404
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/8eda6ace-c706-4dc3-b91c-280d894de170/0/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsBatteryTypes
Retrieve a single battery_types item by unique identifier.
404
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/8eda6ace-c706-4dc3-b91c-280d894de170/1/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsBatteryTypes
Retrieve a single battery_types item by unique identifier.
401
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/8eda6ace-c706-4dc3-b91c-280d894de170/2/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsBatteryTypes
Retrieve a single battery_types item by unique identifier.
200
null
{"data": {"id": 0, "status": "", "user_created": "", "date_created": "", "user_updated": "", "date_updated": "", "name": ""}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}}, "x-collection": "battery_types"}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/13cefc4b-72bb-467a-93ed-bb81c4415dd3/0/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsExternalSources
Retrieve a single external_sources item by unique identifier.
401
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/13cefc4b-72bb-467a-93ed-bb81c4415dd3/1/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsExternalSources
Retrieve a single external_sources item by unique identifier.
200
null
{"data": {"id": 0, "status": "", "user_created": "", "date_created": "", "user_updated": "", "date_updated": "", "feed_url": "", "item_css_selector": "", "name": "", "conversion_table": [], "field_css_selectors": []}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": ["string", "null"]}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "feed_url": {"type": ["string", "null"]}, "item_css_selector": {"type": ["string", "null"]}, "name": {"type": ["string", "null"]}, "conversion_table": {"type": ["array", "null"], "items": {"type": "string"}}, "field_css_selectors": {"type": ["array", "null"], "items": {"type": "string"}}}, "x-collection": "external_sources"}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/13cefc4b-72bb-467a-93ed-bb81c4415dd3/2/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsExternalSources
Retrieve a single external_sources item by unique identifier.
404
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/392e7e78-f232-48a4-8549-2a033a2f5417/0/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readItemsBatteryTypes
List the battery_types items.
200
null
{"data": [{"id": 0, "status": "", "user_created": "", "date_created": "", "user_updated": "", "date_updated": "", "name": ""}]}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}}, "x-collection": "battery_types"}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/392e7e78-f232-48a4-8549-2a033a2f5417/1/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readItemsBatteryTypes
List the battery_types items.
401
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/9a3f29f6-7715-403f-a650-edf2cd3bdc6e/0/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsHardwareConnectivity
Retrieve a single hardware_connectivity item by unique identifier.
404
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/9a3f29f6-7715-403f-a650-edf2cd3bdc6e/1/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsHardwareConnectivity
Retrieve a single hardware_connectivity item by unique identifier.
200
null
{"data": {"id": 0, "hardware_id": 0, "connectivity_id": 0}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "hardware_id": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"description": "Product Name", "type": ["string", "null"]}, "manufacturer": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "established": {"type": ["string", "null"], "format": "date"}, "ceased": {"type": ["string", "null"], "format": "date"}, "parent_company": {"type": ["object", "null"]}, "previously_known_as": {"type": ["string", "null"]}, "address": {"type": ["string", "null"]}, "country": {"type": ["string", "null"]}}, "x-collection": "company"}]}, "battery_type": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}}, "x-collection": "battery_types"}]}, "battery_count": {"type": ["integer", "null"]}, "brand": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "company": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "established": {"type": ["string", "null"], "format": "date"}, "ceased": {"type": ["string", "null"], "format": "date"}, "parent_company": {"type": ["object", "null"]}, "previously_known_as": {"type": ["string", "null"]}, "address": {"type": ["string", "null"]}, "country": {"type": ["string", "null"]}}, "x-collection": "company"}]}}, "x-collection": "brand"}]}, "power_usb_type": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "aka": {"type": ["string", "null"]}, "image": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_files", "properties": {"id": {"description": "Unique identifier for the file.", "type": "string"}, "storage": {"description": "Where the file is stored. Either `local` for the local filesystem or the name of the storage adapter (for example `s3`).", "type": "string"}, "filename_disk": {"description": "Name of the file on disk. By default, Directus uses a random hash for the filename.", "type": "string"}, "filename_download": {"description": "How you want to the file to be named when it's being downloaded.", "type": "string"}, "title": {"description": "Title for the file. Is extracted from the filename on upload, but can be edited by the user.", "type": "string"}, "type": {"description": "MIME type of the file.", "type": "string"}, "folder": {"description": "Virtual folder where this file resides in.", "oneOf": [{"type": "string"}, {"type": "object", "x-collection": "directus_files", "properties": {"id": {"description": "Unique identifier for the folder.", "type": "string"}, "name": {"description": "Name of the folder.", "type": "string"}, "parent": {"description": "Unique identifier of the parent folder. This allows for nested folders.", "type": ["object", "null"]}}}]}, "uploaded_by": {"description": "Who uploaded the file.", "oneOf": [{"type": "string"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "uploaded_on": {"description": "When the file was uploaded.", "type": "string", "format": "date-time"}, "modified_by": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "modified_on": {"type": "string", "format": "timestamp"}, "charset": {"description": "Character set of the file.", "type": ["string", "null"]}, "filesize": {"description": "Size of the file in bytes.", "type": "integer"}, "width": {"description": "Width of the file in pixels. Only applies to images.", "type": ["integer", "null"]}, "height": {"description": "Height of the file in pixels. Only applies to images.", "type": ["integer", "null"]}, "duration": {"description": "Duration of the file in seconds. Only applies to audio and video.", "type": ["integer", "null"]}, "embed": {"description": "Where the file was embedded from.", "type": ["string", "null"]}, "description": {"description": "Description for the file.", "type": ["string", "null"]}, "location": {"description": "Where the file was created. Is automatically populated based on EXIF data for images.", "type": ["string", "null"]}, "tags": {"description": "Tags for the file. Is automatically populated based on EXIF data for images.", "type": ["array", "null"], "items": {"type": "string"}}, "metadata": {"description": "IPTC, EXIF, and ICC metadata extracted from file", "type": ["object", "null"]}, "storage_divider": {"type": "string"}}}]}}, "x-collection": "usb_types"}]}, "description": {"type": ["string", "null"]}, "official_site": {"type": ["string", "null"]}, "width": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "height": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "depth": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "weight": {"description": "In Grams", "type": ["integer", "null"]}, "cloud_control": {"type": ["boolean", "null"]}, "local_control": {"type": ["boolean", "null"]}, "model_number": {"type": ["string", "null"]}, "material": {"type": ["string", "null"]}, "release_date": {"type": ["string", "null"], "format": "date"}, "discontinue_date": {"type": ["string", "null"], "format": "date"}, "discontinued": {"type": ["boolean", "null"]}, "hardware_requirement_description": {"type": ["string", "null"]}, "aka": {"description": "Also Known As (Rebrands/Regional names)", "type": ["string", "null"]}, "power": {"type": "string"}, "compatible_apps": {"type": "array", "items": {"type": "object"}}, "videos": {"type": "array", "items": {"type": "object"}}, "software_and_service": {"type": "string"}, "supported_voice_assistants": {"type": "array", "items": {"type": "object"}}, "connectivity": {"type": "string"}, "size": {"type": "string"}, "hardware_requirements": {"type": "array", "items": {"type": "object"}}, "freedom": {"type": "string"}, "compatible_services": {"type": "array", "items": {"type": "object"}}, "sensors": {"type": "array", "items": {"type": "object"}}, "power_type": {"type": "array", "items": {"type": "object"}}, "function": {"type": "array", "items": {"type": "object"}}, "images": {"type": "array", "items": {"type": "object"}}, "features_divider": {"type": "string"}, "connection_types": {"type": "array", "items": {"type": "object"}}, "media_divider": {"type": "string"}}, "x-collection": "hardware"}]}, "connectivity_id": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "aka": {"type": ["string", "null"]}}, "x-collection": "connectivity"}]}}, "x-collection": "hardware_connectivity"}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/9a3f29f6-7715-403f-a650-edf2cd3bdc6e/2/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsHardwareConnectivity
Retrieve a single hardware_connectivity item by unique identifier.
401
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/92afdc14-23c5-48d3-85f0-5398bdc47325/0/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsCompany
Retrieve a single company item by unique identifier.
200
null
{"data": {"id": 0, "status": "", "user_created": "", "date_created": "", "user_updated": "", "date_updated": "", "name": "", "established": "", "ceased": "", "parent_company": {}, "previously_known_as": "", "address": "", "country": ""}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "established": {"type": ["string", "null"], "format": "date"}, "ceased": {"type": ["string", "null"], "format": "date"}, "parent_company": {"type": ["object", "null"]}, "previously_known_as": {"type": ["string", "null"]}, "address": {"type": ["string", "null"]}, "country": {"type": ["string", "null"]}}, "x-collection": "company"}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/92afdc14-23c5-48d3-85f0-5398bdc47325/1/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsCompany
Retrieve a single company item by unique identifier.
401
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/92afdc14-23c5-48d3-85f0-5398bdc47325/2/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsCompany
Retrieve a single company item by unique identifier.
404
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/184fc2a1-8157-442b-a76d-259e709054a6/0/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsHardwareVoiceAssistants
Retrieve a single hardware_voice_assistants item by unique identifier.
200
null
{"data": {"id": 0, "hardware_id": 0, "voice_assistants_id": 0}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "hardware_id": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"description": "Product Name", "type": ["string", "null"]}, "manufacturer": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "established": {"type": ["string", "null"], "format": "date"}, "ceased": {"type": ["string", "null"], "format": "date"}, "parent_company": {"type": ["object", "null"]}, "previously_known_as": {"type": ["string", "null"]}, "address": {"type": ["string", "null"]}, "country": {"type": ["string", "null"]}}, "x-collection": "company"}]}, "battery_type": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}}, "x-collection": "battery_types"}]}, "battery_count": {"type": ["integer", "null"]}, "brand": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "company": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "established": {"type": ["string", "null"], "format": "date"}, "ceased": {"type": ["string", "null"], "format": "date"}, "parent_company": {"type": ["object", "null"]}, "previously_known_as": {"type": ["string", "null"]}, "address": {"type": ["string", "null"]}, "country": {"type": ["string", "null"]}}, "x-collection": "company"}]}}, "x-collection": "brand"}]}, "power_usb_type": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "aka": {"type": ["string", "null"]}, "image": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_files", "properties": {"id": {"description": "Unique identifier for the file.", "type": "string"}, "storage": {"description": "Where the file is stored. Either `local` for the local filesystem or the name of the storage adapter (for example `s3`).", "type": "string"}, "filename_disk": {"description": "Name of the file on disk. By default, Directus uses a random hash for the filename.", "type": "string"}, "filename_download": {"description": "How you want to the file to be named when it's being downloaded.", "type": "string"}, "title": {"description": "Title for the file. Is extracted from the filename on upload, but can be edited by the user.", "type": "string"}, "type": {"description": "MIME type of the file.", "type": "string"}, "folder": {"description": "Virtual folder where this file resides in.", "oneOf": [{"type": "string"}, {"type": "object", "x-collection": "directus_files", "properties": {"id": {"description": "Unique identifier for the folder.", "type": "string"}, "name": {"description": "Name of the folder.", "type": "string"}, "parent": {"description": "Unique identifier of the parent folder. This allows for nested folders.", "type": ["object", "null"]}}}]}, "uploaded_by": {"description": "Who uploaded the file.", "oneOf": [{"type": "string"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "uploaded_on": {"description": "When the file was uploaded.", "type": "string", "format": "date-time"}, "modified_by": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "modified_on": {"type": "string", "format": "timestamp"}, "charset": {"description": "Character set of the file.", "type": ["string", "null"]}, "filesize": {"description": "Size of the file in bytes.", "type": "integer"}, "width": {"description": "Width of the file in pixels. Only applies to images.", "type": ["integer", "null"]}, "height": {"description": "Height of the file in pixels. Only applies to images.", "type": ["integer", "null"]}, "duration": {"description": "Duration of the file in seconds. Only applies to audio and video.", "type": ["integer", "null"]}, "embed": {"description": "Where the file was embedded from.", "type": ["string", "null"]}, "description": {"description": "Description for the file.", "type": ["string", "null"]}, "location": {"description": "Where the file was created. Is automatically populated based on EXIF data for images.", "type": ["string", "null"]}, "tags": {"description": "Tags for the file. Is automatically populated based on EXIF data for images.", "type": ["array", "null"], "items": {"type": "string"}}, "metadata": {"description": "IPTC, EXIF, and ICC metadata extracted from file", "type": ["object", "null"]}, "storage_divider": {"type": "string"}}}]}}, "x-collection": "usb_types"}]}, "description": {"type": ["string", "null"]}, "official_site": {"type": ["string", "null"]}, "width": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "height": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "depth": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "weight": {"description": "In Grams", "type": ["integer", "null"]}, "cloud_control": {"type": ["boolean", "null"]}, "local_control": {"type": ["boolean", "null"]}, "model_number": {"type": ["string", "null"]}, "material": {"type": ["string", "null"]}, "release_date": {"type": ["string", "null"], "format": "date"}, "discontinue_date": {"type": ["string", "null"], "format": "date"}, "discontinued": {"type": ["boolean", "null"]}, "hardware_requirement_description": {"type": ["string", "null"]}, "aka": {"description": "Also Known As (Rebrands/Regional names)", "type": ["string", "null"]}, "power": {"type": "string"}, "compatible_apps": {"type": "array", "items": {"type": "object"}}, "videos": {"type": "array", "items": {"type": "object"}}, "software_and_service": {"type": "string"}, "supported_voice_assistants": {"type": "array", "items": {"type": "object"}}, "connectivity": {"type": "string"}, "size": {"type": "string"}, "hardware_requirements": {"type": "array", "items": {"type": "object"}}, "freedom": {"type": "string"}, "compatible_services": {"type": "array", "items": {"type": "object"}}, "sensors": {"type": "array", "items": {"type": "object"}}, "power_type": {"type": "array", "items": {"type": "object"}}, "function": {"type": "array", "items": {"type": "object"}}, "images": {"type": "array", "items": {"type": "object"}}, "features_divider": {"type": "string"}, "connection_types": {"type": "array", "items": {"type": "object"}}, "media_divider": {"type": "string"}}, "x-collection": "hardware"}]}, "voice_assistants_id": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}}, "x-collection": "voice_assistants"}]}}, "x-collection": "hardware_voice_assistants"}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/184fc2a1-8157-442b-a76d-259e709054a6/1/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsHardwareVoiceAssistants
Retrieve a single hardware_voice_assistants item by unique identifier.
404
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/184fc2a1-8157-442b-a76d-259e709054a6/2/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsHardwareVoiceAssistants
Retrieve a single hardware_voice_assistants item by unique identifier.
401
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/b7a314aa-5ea9-4177-9ea3-e1a0c0a18690/0/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readItemsHardwareApps
List the hardware_apps items.
200
null
{"data": [{"id": 0, "hardware_id": 0, "apps_id": 0}]}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "hardware_id": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"description": "Product Name", "type": ["string", "null"]}, "manufacturer": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "established": {"type": ["string", "null"], "format": "date"}, "ceased": {"type": ["string", "null"], "format": "date"}, "parent_company": {"type": ["object", "null"]}, "previously_known_as": {"type": ["string", "null"]}, "address": {"type": ["string", "null"]}, "country": {"type": ["string", "null"]}}, "x-collection": "company"}]}, "battery_type": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}}, "x-collection": "battery_types"}]}, "battery_count": {"type": ["integer", "null"]}, "brand": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "company": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "established": {"type": ["string", "null"], "format": "date"}, "ceased": {"type": ["string", "null"], "format": "date"}, "parent_company": {"type": ["object", "null"]}, "previously_known_as": {"type": ["string", "null"]}, "address": {"type": ["string", "null"]}, "country": {"type": ["string", "null"]}}, "x-collection": "company"}]}}, "x-collection": "brand"}]}, "power_usb_type": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "aka": {"type": ["string", "null"]}, "image": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_files", "properties": {"id": {"description": "Unique identifier for the file.", "type": "string"}, "storage": {"description": "Where the file is stored. Either `local` for the local filesystem or the name of the storage adapter (for example `s3`).", "type": "string"}, "filename_disk": {"description": "Name of the file on disk. By default, Directus uses a random hash for the filename.", "type": "string"}, "filename_download": {"description": "How you want to the file to be named when it's being downloaded.", "type": "string"}, "title": {"description": "Title for the file. Is extracted from the filename on upload, but can be edited by the user.", "type": "string"}, "type": {"description": "MIME type of the file.", "type": "string"}, "folder": {"description": "Virtual folder where this file resides in.", "oneOf": [{"type": "string"}, {"type": "object", "x-collection": "directus_files", "properties": {"id": {"description": "Unique identifier for the folder.", "type": "string"}, "name": {"description": "Name of the folder.", "type": "string"}, "parent": {"description": "Unique identifier of the parent folder. This allows for nested folders.", "type": ["object", "null"]}}}]}, "uploaded_by": {"description": "Who uploaded the file.", "oneOf": [{"type": "string"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "uploaded_on": {"description": "When the file was uploaded.", "type": "string", "format": "date-time"}, "modified_by": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "modified_on": {"type": "string", "format": "timestamp"}, "charset": {"description": "Character set of the file.", "type": ["string", "null"]}, "filesize": {"description": "Size of the file in bytes.", "type": "integer"}, "width": {"description": "Width of the file in pixels. Only applies to images.", "type": ["integer", "null"]}, "height": {"description": "Height of the file in pixels. Only applies to images.", "type": ["integer", "null"]}, "duration": {"description": "Duration of the file in seconds. Only applies to audio and video.", "type": ["integer", "null"]}, "embed": {"description": "Where the file was embedded from.", "type": ["string", "null"]}, "description": {"description": "Description for the file.", "type": ["string", "null"]}, "location": {"description": "Where the file was created. Is automatically populated based on EXIF data for images.", "type": ["string", "null"]}, "tags": {"description": "Tags for the file. Is automatically populated based on EXIF data for images.", "type": ["array", "null"], "items": {"type": "string"}}, "metadata": {"description": "IPTC, EXIF, and ICC metadata extracted from file", "type": ["object", "null"]}, "storage_divider": {"type": "string"}}}]}}, "x-collection": "usb_types"}]}, "description": {"type": ["string", "null"]}, "official_site": {"type": ["string", "null"]}, "width": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "height": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "depth": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "weight": {"description": "In Grams", "type": ["integer", "null"]}, "cloud_control": {"type": ["boolean", "null"]}, "local_control": {"type": ["boolean", "null"]}, "model_number": {"type": ["string", "null"]}, "material": {"type": ["string", "null"]}, "release_date": {"type": ["string", "null"], "format": "date"}, "discontinue_date": {"type": ["string", "null"], "format": "date"}, "discontinued": {"type": ["boolean", "null"]}, "hardware_requirement_description": {"type": ["string", "null"]}, "aka": {"description": "Also Known As (Rebrands/Regional names)", "type": ["string", "null"]}, "power": {"type": "string"}, "compatible_apps": {"type": "array", "items": {"type": "object"}}, "videos": {"type": "array", "items": {"type": "object"}}, "software_and_service": {"type": "string"}, "supported_voice_assistants": {"type": "array", "items": {"type": "object"}}, "connectivity": {"type": "string"}, "size": {"type": "string"}, "hardware_requirements": {"type": "array", "items": {"type": "object"}}, "freedom": {"type": "string"}, "compatible_services": {"type": "array", "items": {"type": "object"}}, "sensors": {"type": "array", "items": {"type": "object"}}, "power_type": {"type": "array", "items": {"type": "object"}}, "function": {"type": "array", "items": {"type": "object"}}, "images": {"type": "array", "items": {"type": "object"}}, "features_divider": {"type": "string"}, "connection_types": {"type": "array", "items": {"type": "object"}}, "media_divider": {"type": "string"}}, "x-collection": "hardware"}]}, "apps_id": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}}, "x-collection": "apps"}]}}, "x-collection": "hardware_apps"}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/b7a314aa-5ea9-4177-9ea3-e1a0c0a18690/1/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readItemsHardwareApps
List the hardware_apps items.
401
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/2460421f-c765-4552-8331-01bc84ea25ec/0/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsFunctions
Retrieve a single functions item by unique identifier.
404
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/2460421f-c765-4552-8331-01bc84ea25ec/1/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsFunctions
Retrieve a single functions item by unique identifier.
200
null
{"data": {"id": 0, "status": "", "user_created": "", "date_created": "", "user_updated": "", "date_updated": "", "name": "", "parent_functions": []}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "parent_functions": {"type": "array", "items": {"type": "object"}}}, "x-collection": "functions"}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/2460421f-c765-4552-8331-01bc84ea25ec/2/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsFunctions
Retrieve a single functions item by unique identifier.
401
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/627a9d68-a130-4fa9-9648-7ef8a7911661/0/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsConfigurations
Retrieve a single configurations item by unique identifier.
404
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/627a9d68-a130-4fa9-9648-7ef8a7911661/1/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsConfigurations
Retrieve a single configurations item by unique identifier.
200
null
{"data": {"id": 0, "status": "", "user_created": "", "date_created": "", "user_updated": "", "date_updated": "", "name": "", "configuration": []}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": ["string", "null"]}, "configuration": {"type": ["array", "null"], "items": {"type": "string"}}}, "x-collection": "configurations"}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/627a9d68-a130-4fa9-9648-7ef8a7911661/2/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readSingleItemsConfigurations
Retrieve a single configurations item by unique identifier.
401
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/dee67e31-f7d8-4219-8e5d-5d949b3761fe/0/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readItemsHardwareFiles
List the hardware_files items.
200
null
{"data": [{"id": 0, "hardware_id": 0, "directus_files_id": ""}]}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "hardware_id": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"description": "Product Name", "type": ["string", "null"]}, "manufacturer": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "established": {"type": ["string", "null"], "format": "date"}, "ceased": {"type": ["string", "null"], "format": "date"}, "parent_company": {"type": ["object", "null"]}, "previously_known_as": {"type": ["string", "null"]}, "address": {"type": ["string", "null"]}, "country": {"type": ["string", "null"]}}, "x-collection": "company"}]}, "battery_type": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}}, "x-collection": "battery_types"}]}, "battery_count": {"type": ["integer", "null"]}, "brand": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "company": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "established": {"type": ["string", "null"], "format": "date"}, "ceased": {"type": ["string", "null"], "format": "date"}, "parent_company": {"type": ["object", "null"]}, "previously_known_as": {"type": ["string", "null"]}, "address": {"type": ["string", "null"]}, "country": {"type": ["string", "null"]}}, "x-collection": "company"}]}}, "x-collection": "brand"}]}, "power_usb_type": {"oneOf": [{"type": "integer"}, {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "user_created": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_created": {"type": ["string", "null"], "format": "timestamp"}, "user_updated": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "date_updated": {"type": ["string", "null"], "format": "timestamp"}, "name": {"type": "string"}, "aka": {"type": ["string", "null"]}, "image": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_files", "properties": {"id": {"description": "Unique identifier for the file.", "type": "string"}, "storage": {"description": "Where the file is stored. Either `local` for the local filesystem or the name of the storage adapter (for example `s3`).", "type": "string"}, "filename_disk": {"description": "Name of the file on disk. By default, Directus uses a random hash for the filename.", "type": "string"}, "filename_download": {"description": "How you want to the file to be named when it's being downloaded.", "type": "string"}, "title": {"description": "Title for the file. Is extracted from the filename on upload, but can be edited by the user.", "type": "string"}, "type": {"description": "MIME type of the file.", "type": "string"}, "folder": {"description": "Virtual folder where this file resides in.", "oneOf": [{"type": "string"}, {"type": "object", "x-collection": "directus_files", "properties": {"id": {"description": "Unique identifier for the folder.", "type": "string"}, "name": {"description": "Name of the folder.", "type": "string"}, "parent": {"description": "Unique identifier of the parent folder. This allows for nested folders.", "type": ["object", "null"]}}}]}, "uploaded_by": {"description": "Who uploaded the file.", "oneOf": [{"type": "string"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "uploaded_on": {"description": "When the file was uploaded.", "type": "string", "format": "date-time"}, "modified_by": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "modified_on": {"type": "string", "format": "timestamp"}, "charset": {"description": "Character set of the file.", "type": ["string", "null"]}, "filesize": {"description": "Size of the file in bytes.", "type": "integer"}, "width": {"description": "Width of the file in pixels. Only applies to images.", "type": ["integer", "null"]}, "height": {"description": "Height of the file in pixels. Only applies to images.", "type": ["integer", "null"]}, "duration": {"description": "Duration of the file in seconds. Only applies to audio and video.", "type": ["integer", "null"]}, "embed": {"description": "Where the file was embedded from.", "type": ["string", "null"]}, "description": {"description": "Description for the file.", "type": ["string", "null"]}, "location": {"description": "Where the file was created. Is automatically populated based on EXIF data for images.", "type": ["string", "null"]}, "tags": {"description": "Tags for the file. Is automatically populated based on EXIF data for images.", "type": ["array", "null"], "items": {"type": "string"}}, "metadata": {"description": "IPTC, EXIF, and ICC metadata extracted from file", "type": ["object", "null"]}, "storage_divider": {"type": "string"}}}]}}, "x-collection": "usb_types"}]}, "description": {"type": ["string", "null"]}, "official_site": {"type": ["string", "null"]}, "width": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "height": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "depth": {"description": "In millimetres", "type": ["number", "null"], "format": "float", "minimum": -3.402823669209385e+38, "maximum": 3.402823669209385e+38}, "weight": {"description": "In Grams", "type": ["integer", "null"]}, "cloud_control": {"type": ["boolean", "null"]}, "local_control": {"type": ["boolean", "null"]}, "model_number": {"type": ["string", "null"]}, "material": {"type": ["string", "null"]}, "release_date": {"type": ["string", "null"], "format": "date"}, "discontinue_date": {"type": ["string", "null"], "format": "date"}, "discontinued": {"type": ["boolean", "null"]}, "hardware_requirement_description": {"type": ["string", "null"]}, "aka": {"description": "Also Known As (Rebrands/Regional names)", "type": ["string", "null"]}, "power": {"type": "string"}, "compatible_apps": {"type": "array", "items": {"type": "object"}}, "videos": {"type": "array", "items": {"type": "object"}}, "software_and_service": {"type": "string"}, "supported_voice_assistants": {"type": "array", "items": {"type": "object"}}, "connectivity": {"type": "string"}, "size": {"type": "string"}, "hardware_requirements": {"type": "array", "items": {"type": "object"}}, "freedom": {"type": "string"}, "compatible_services": {"type": "array", "items": {"type": "object"}}, "sensors": {"type": "array", "items": {"type": "object"}}, "power_type": {"type": "array", "items": {"type": "object"}}, "function": {"type": "array", "items": {"type": "object"}}, "images": {"type": "array", "items": {"type": "object"}}, "features_divider": {"type": "string"}, "connection_types": {"type": "array", "items": {"type": "object"}}, "media_divider": {"type": "string"}}, "x-collection": "hardware"}]}, "directus_files_id": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_files", "properties": {"id": {"description": "Unique identifier for the file.", "type": "string"}, "storage": {"description": "Where the file is stored. Either `local` for the local filesystem or the name of the storage adapter (for example `s3`).", "type": "string"}, "filename_disk": {"description": "Name of the file on disk. By default, Directus uses a random hash for the filename.", "type": "string"}, "filename_download": {"description": "How you want to the file to be named when it's being downloaded.", "type": "string"}, "title": {"description": "Title for the file. Is extracted from the filename on upload, but can be edited by the user.", "type": "string"}, "type": {"description": "MIME type of the file.", "type": "string"}, "folder": {"description": "Virtual folder where this file resides in.", "oneOf": [{"type": "string"}, {"type": "object", "x-collection": "directus_files", "properties": {"id": {"description": "Unique identifier for the folder.", "type": "string"}, "name": {"description": "Name of the folder.", "type": "string"}, "parent": {"description": "Unique identifier of the parent folder. This allows for nested folders.", "type": ["object", "null"]}}}]}, "uploaded_by": {"description": "Who uploaded the file.", "oneOf": [{"type": "string"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "uploaded_on": {"description": "When the file was uploaded.", "type": "string", "format": "date-time"}, "modified_by": {"oneOf": [{"type": "string", "format": "uuid"}, {"type": "object", "x-collection": "directus_users", "properties": {"id": {"description": "Unique identifier for the user.", "type": "string"}}}]}, "modified_on": {"type": "string", "format": "timestamp"}, "charset": {"description": "Character set of the file.", "type": ["string", "null"]}, "filesize": {"description": "Size of the file in bytes.", "type": "integer"}, "width": {"description": "Width of the file in pixels. Only applies to images.", "type": ["integer", "null"]}, "height": {"description": "Height of the file in pixels. Only applies to images.", "type": ["integer", "null"]}, "duration": {"description": "Duration of the file in seconds. Only applies to audio and video.", "type": ["integer", "null"]}, "embed": {"description": "Where the file was embedded from.", "type": ["string", "null"]}, "description": {"description": "Description for the file.", "type": ["string", "null"]}, "location": {"description": "Where the file was created. Is automatically populated based on EXIF data for images.", "type": ["string", "null"]}, "tags": {"description": "Tags for the file. Is automatically populated based on EXIF data for images.", "type": ["array", "null"], "items": {"type": "string"}}, "metadata": {"description": "IPTC, EXIF, and ICC metadata extracted from file", "type": ["object", "null"]}, "storage_divider": {"type": "string"}}}]}}, "x-collection": "hardware_files"}}}}
7c99318c-13e3-428a-98c9-1d3602d179d7/dee67e31-f7d8-4219-8e5d-5d949b3761fe/1/0
IoTDb
Internet of Things (Smart Device Product) Database - Get product information for smart/iot devices. See better documentation at https://iotdb.com/api/docs
null
readItemsHardwareFiles
List the hardware_files items.
401
null
{"error": {"code": 0, "message": ""}}
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "message": {"type": "string"}}}}}