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 |
|---|---|---|---|---|---|---|---|---|---|
2fb1bc2e-caad-4e2f-8f19-292616ba1887/4d909b75-c841-498b-a8d4-9b0b3e35a2eb/0/0 | RankOnyx | Rankonyx is an API that helps you generate SEO keywords and find similar, high-performing keywords with low competition. It provides a list of relevant keywords and data on search volume and competition rank. Use Rankonyx to optimize your website or product for search engines and improve your search ranking. | 0.2 | Get Locations by query | This API allows you to search for locations by name and retrieve detailed information about them. You can use the API to get information such as the location's name, unique 4-digit code, type (either "State" or "Country"), and ISO 3166-1 alpha-2 country code. The location code can be used to query SEO keywords within the specified location. | 200 | Search locations with "New" query | [{"name": "New Caledonia", "locationCode": 2540, "locationType": "Country", "countryCode": "NC"}, {"name": "New Hampshire", "locationCode": 21163, "locationType": "State", "countryCode": "US"}, {"name": "New Jersey", "locationCode": 21164, "locationType": "State", "countryCode": "US"}, {"name": "New Mexico", "locationCode": 21165, "locationType": "State", "countryCode": "US"}, {"name": "New South Wales", "locationCode": 20035, "locationType": "State", "countryCode": "AU"}, {"name": "New York", "locationCode": 21167, "locationType": "State", "countryCode": "US"}, {"name": "New Zealand", "locationCode": 2554, "locationType": "Country", "countryCode": "NZ"}] | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "locationCode": {"type": "integer"}, "locationType": {"type": "string"}, "countryCode": {"type": "string"}}}} |
ff9349b8-20e0-41aa-a890-a9806faa3a7f/f400a4f8-f19c-4c68-94b5-bba9e08bdff3/0/0 | Startup Name Generator | Generates cliché (but nice) names for your startup. | null | Get Random Startup Names | Enter a keyword and get random startup names | 200 | New Example | {"name": "Chocolatesync", "domain": "https://www.namecheap.com/domains/registration/results.aspx?domain=chocolatesync.com"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "domain": {"type": "string"}}, "required": ["domain", "name"]} |
335480f6-0727-4989-92e4-1ebe10bb3725/3b85126b-a051-4a6d-8adc-780640023b96/0/0 | Time Date and Timezone | Quickly and easily get the time and date of a location or IP address, or convert the time and date of one timezone into another | null | Convert Time Endpoint | The Convert Time Endpoint makes it easy to convert the time and date of a given location to the time and date of another location. By default it converts the current time, but the conversion can take place in either the past or future with a simple parameter. | 200 | Response | {"base_location": {"datetime": "2020-05-01 07:00:00", "timezone_name": "PDT", "timezone_location": "America/Los_Angeles", "timezone_abbreviation": "Pacific Daylight Time", "gmt_offset": -7, "is_dst": true, "requested_location": "Angeles, CA", "latitude": 34.068892, "longitude": -118.449099}, "target_location": {"datetime": "2020-05-01 15:00:00", "timezone_name": "BST", "timezone_location": "Europe/London", "timezone_abbreviation": "British Summer Time", "gmt_offset": 1, "is_dst": true, "requested_location": "Oxford, United Kingdom", "latitude": 51.7520131, "longitude": -1.2578499}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"base_location": {"type": "object", "properties": {"datetime": {"type": "string"}, "timezone_name": {"type": "string"}, "timezone_location": {"type": "string"}, "timezone_abbreviation": {"type": "string"}, "gmt_offset": {"type": "integer"}, "is_dst": {"type": "boolean"}, "requested_location": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["datetime", "gmt_offset", "is_dst", "latitude", "longitude", "requested_location", "timezone_abbreviation", "timezone_location", "timezone_name"]}, "target_location": {"type": "object", "properties": {"datetime": {"type": "string"}, "timezone_name": {"type": "string"}, "timezone_location": {"type": "string"}, "timezone_abbreviation": {"type": "string"}, "gmt_offset": {"type": "integer"}, "is_dst": {"type": "boolean"}, "requested_location": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["datetime", "gmt_offset", "is_dst", "latitude", "longitude", "requested_location", "timezone_abbreviation", "timezone_location", "timezone_name"]}}, "required": ["base_location", "target_location"]} |
335480f6-0727-4989-92e4-1ebe10bb3725/15c021ea-6de1-489c-a0d5-a922646d6221/0/0 | Time Date and Timezone | Quickly and easily get the time and date of a location or IP address, or convert the time and date of one timezone into another | null | Current Time Endpoint | The Current Time Endpoint take a location in the form of a location name, latitude and longitude, or IP address and returns the current time, date, and timezone of that location. | 200 | Response | {"datetime": "2022-04-21 09:55:50", "timezone_name": "British Summer Time", "timezone_location": "Europe/London", "timezone_abbreviation": "BST", "gmt_offset": 1, "is_dst": true, "requested_location": "Oxford, United Kingdom", "latitude": 51.7520131, "longitude": -1.2578499} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"datetime": {"type": "string"}, "timezone_name": {"type": "string"}, "timezone_location": {"type": "string"}, "timezone_abbreviation": {"type": "string"}, "gmt_offset": {"type": "integer"}, "is_dst": {"type": "boolean"}, "requested_location": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["datetime", "gmt_offset", "is_dst", "latitude", "longitude", "requested_location", "timezone_abbreviation", "timezone_location", "timezone_name"]} |
0c2cc69b-08e6-461b-a06c-df8bdb4b9d67/2a09eb6e-0804-4c30-ad45-d22a72b78b07/0/0 | Crypto 1001 FX Functions | Explore the powerful 1001fx-APIs & CryptoFunctions collection that provides you with various cryptographic operations like AES encryption and decryption, hashing using HmacSHA256 or SHA256, and JSON Web Token (JWT) encoding and decoding. Secure your data with API key authorization and benefit from the easy-to-use and flexible functions for your crypto needs. Transform your projects with this comprehensive and secure collection of cryptographic APIs. | 6.6 | JWTEncode | The "JWT Encode" REST endpoint is a software API that allows users to encode data into JSON Web Tokens (JWTs) using a secret key. To use this endpoint, users must provide a payload, a secret key, and the algorithm to be used for encoding.
Once the endpoint receives this information, it will use the specified algorithm to encode the provided payload using the specified secret key. | 200 | Response | {"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZW51Ijp7ImlkIjoiZmlsZSIsInZhbHVlIjoiRmlsZSIsInBvcHVwIjp7Im1lbnVpdGVtIjpbeyJ2YWx1ZSI6Ik5ldyIsIm9uY2xpY2siOiJDcmVhdGVOZXdEb2MoKSJ9LHsidmFsdWUiOiJPcGVuIiwib25jbGljayI6Ik9wZW5Eb2MoKSJ9LHsidmFsdWUiOiJDbG9zZSIsIm9uY2xpY2siOiJDbG9zZURvYygpIn1dfX0sImlhdCI6MTY3OTc0NzY5N30.AyPc_sYdbB0kAMS25euFWKDEMU12IqiunU4Nae0QHqs"} | {"type": "object", "properties": {"token": {"type": "string"}}} |
0c2cc69b-08e6-461b-a06c-df8bdb4b9d67/92da876c-28d6-43b7-99ca-edf7c83cdf37/0/0 | Crypto 1001 FX Functions | Explore the powerful 1001fx-APIs & CryptoFunctions collection that provides you with various cryptographic operations like AES encryption and decryption, hashing using HmacSHA256 or SHA256, and JSON Web Token (JWT) encoding and decoding. Secure your data with API key authorization and benefit from the easy-to-use and flexible functions for your crypto needs. Transform your projects with this comprehensive and secure collection of cryptographic APIs. | 6.6 | AESEncrypt | The "AES Encrypt" endpoint is an API that encrypts data using the AES algorithm. Users provide the plaintext message, secret key, and cryptographic type as inputs, and receive the encrypted ciphertext as output. This endpoint is useful for securely encrypting sensitive information, and can be integrated into various applications and websites to enhance data security. | 200 | Response | {"encryptedText": "U2FsdGVkX19VI2Qq7jMbOKw258AJ/TdhnAjnzdowyxlfwIKNkJ3HEQoXG4m2x0QZ"} | {"type": "object", "properties": {"encryptedText": {"type": "string"}}} |
0c2cc69b-08e6-461b-a06c-df8bdb4b9d67/2199cd95-a7bf-4f9f-b00c-212827e1dc38/0/0 | Crypto 1001 FX Functions | Explore the powerful 1001fx-APIs & CryptoFunctions collection that provides you with various cryptographic operations like AES encryption and decryption, hashing using HmacSHA256 or SHA256, and JSON Web Token (JWT) encoding and decoding. Secure your data with API key authorization and benefit from the easy-to-use and flexible functions for your crypto needs. Transform your projects with this comprehensive and secure collection of cryptographic APIs. | 6.6 | AESDecrypt | The "AES Decrypt" endpoint is an API that decrypts data encrypted using the AES algorithm. Users provide the ciphertext, secret key, and cryptographic type as inputs, and receive the decrypted plaintext as output. This endpoint is useful for securely decrypting sensitive information, and can be integrated into various applications and websites to enhance data security. | 200 | Response | {"decryptedText": "Hello, it's me Tim"} | {"type": "object", "properties": {"decryptedText": {"type": "string"}}} |
33047e34-6a26-4463-a052-1423f1115951/69da2985-bcb2-49e6-b48b-5d363be67aef/0/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | getPropertyReviews | Returns all the reviews and comments of a property by its ID | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
33047e34-6a26-4463-a052-1423f1115951/69da2985-bcb2-49e6-b48b-5d363be67aef/1/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | getPropertyReviews | Returns all the reviews and comments of a property by its ID | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
33047e34-6a26-4463-a052-1423f1115951/69da2985-bcb2-49e6-b48b-5d363be67aef/2/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | getPropertyReviews | Returns all the reviews and comments of a property by its ID | 200 | null | {"status": 200, "message": "OK", "data": [{"key": "3rk3z4f", "title": "The Town Downtown", "text": "Perfect location. Transit center", "isOwner": true, "submissionDate": "2015-08-02T20:15:03-05:00", "rating": 3, "positiveFeedbackCount": 92, "comments": [{"text": "Thank you for the kind words about Town Residences", "createdDate": "2017-01-04T16:51:11.3-05:00"}]}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "string"}, "isOwner": {"type": "boolean"}, "submissionDate": {"type": "string"}, "rating": {"type": "number"}, "positiveFeedbackCount": {"type": "number"}, "comments": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "createdDate": {"type": "string"}}}}}}}}} |
33047e34-6a26-4463-a052-1423f1115951/b6f2098c-4466-45ef-aadd-3a5d1ce36ec9/0/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | searchProperty | Returns all the properties that matches up by the filters | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
33047e34-6a26-4463-a052-1423f1115951/b6f2098c-4466-45ef-aadd-3a5d1ce36ec9/1/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | searchProperty | Returns all the properties that matches up by the filters | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
33047e34-6a26-4463-a052-1423f1115951/b6f2098c-4466-45ef-aadd-3a5d1ce36ec9/2/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | searchProperty | Returns all the properties that matches up by the filters | 200 | null | {"status": 200, "message": "OK", "data": [{"id": "v07q4kg", "name": "Briarwood", "bedRange": "1 - 2 Beds", "rentRange": "$2,441 - 3,555", "address": {"country": "US", "lineOne": "180 Pasito Ter", "lineTwo": "Sunnyvale, CA 94086", "city": "Sunnyvale", "state": "CA", "postalCode": 94086, "latitude": 37.38315, "longitude": -122.03958, "fullAddress": "180 Pasito Ter, Sunnyvale, CA 94086"}}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "bedRange": {"type": "string"}, "rentRange": {"type": "string"}, "address": {"type": "object", "properties": {"country": {"type": "string"}, "lineOne": {"type": "string"}, "lineTwo": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postalCode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "fullAddress": {"type": "string"}}}}}}}} |
33047e34-6a26-4463-a052-1423f1115951/c7bfc1b4-cf53-4649-8480-c0c422ed0619/0/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | getProperty | Returns all the detailed information of a property by its ID | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
33047e34-6a26-4463-a052-1423f1115951/c7bfc1b4-cf53-4649-8480-c0c422ed0619/1/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | getProperty | Returns all the detailed information of a property by its ID | 200 | null | {"status": 200, "message": "OK", "data": {"id": "v07q4kg", "name": "Briarwood", "description": "The lushly landscaped Briarwood Apartments in Sunnyvale, CA lets you live.", "leaseTerms": "Flexible terms", "lastModifiedDate": "2023-03-29T13:08:14.283-04:00", "bedRange": "1 - 2 Beds", "rentRange": "$2,441 - 3,555", "storyCount": 3, "unitCount": 192, "yearBuilt": 1986, "isFurnished": true, "isMultifamily": true, "rating": 4.9, "contact": {"phone": "(650) 374-2087", "name": "Equity Residential", "logo": "https://images1.apartments.com/i2/mbkz4OaDkHbUzRWhfXWaXVhrA_QS21qtrSHbN33ULos/110/image.jpg"}, "address": {"country": "US", "lineOne": "180 Pasito Ter", "lineTwo": "Sunnyvale, CA 94086", "city": "Sunnyvale", "state": "CA", "postalCode": 94086, "latitude": 37.38315, "longitude": -122.03958, "fullAddress": "180 Pasito Ter, Sunnyvale, CA 94086"}, "onetimeExpenses": [{"amount": "$500", "type": "Cat Deposit"}], "recurringExpenses": [{"amount": "$500", "type": "Cat Rent"}], "amenities": [{"type": "Services", "amenities": ["Laundry Facilities"]}], "transits": [{"type": "Airport", "stops": [{"name": "San Jos\u00e9 International", "dist": "6.9 mi", "drive": "12 min", "walk": "133 min", "latitude": 37.36186, "longitude": 37.36186}]}], "petPolicies": [{"type": "Cats Allowed", "deposit": "$500", "rent": "$500", "petLimit": 3}], "schools": [{"type": "Public", "schools": [{"name": "Vargas Elementary", "grades": "K-5", "street": "1054 Carson Drive", "phone": "(408) 522-8267", "latitude": 37.36186, "longitude": 37.36186, "district": "Sunnyvale", "level": "Elementary", "rating": 4}]}], "availabilities": [{"type": "All", "details": [{"area": "556SF", "rentRange": "$2,441 - 2,629", "availabilityText": "Now", "availabilityDate": "2023-03-29T00:00:00-04:00", "modelName": "Oak", "beds": "1 Bed", "baths": "1 Bath", "bedNum": 1, "bathNum": 1}]}]}} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "leaseTerms": {"type": "string"}, "lastModifiedDate": {"type": "string"}, "bedRange": {"type": "string"}, "rentRange": {"type": "string"}, "storyCount": {"type": "number"}, "unitCount": {"type": "number"}, "yearBuilt": {"type": "number"}, "isFurnished": {"type": "boolean"}, "isMultifamily": {"type": "boolean"}, "rating": {"type": "number"}, "contact": {"type": "object", "properties": {"phone": {"type": "string"}, "name": {"type": "string"}, "logo": {"type": "string"}}}, "address": {"type": "object", "properties": {"country": {"type": "string"}, "lineOne": {"type": "string"}, "lineTwo": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postalCode": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "fullAddress": {"type": "string"}}}, "onetimeExpenses": {"type": "array", "items": {"type": "object", "properties": {"amount": {"type": "string"}, "type": {"type": "string"}}}}, "recurringExpenses": {"type": "array", "items": {"type": "object", "properties": {"amount": {"type": "string"}, "type": {"type": "string"}}}}, "amenities": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "amenities": {"type": "array", "items": {"type": "string"}}}}}, "transits": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "stops": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "dist": {"type": "string"}, "drive": {"type": "string"}, "walk": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}}}}}}, "petPolicies": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "deposit": {"type": "string"}, "rent": {"type": "string"}, "petLimit": {"type": "string"}}}}, "schools": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "schools": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "grades": {"type": "string"}, "street": {"type": "string"}, "phone": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "district": {"type": "string"}, "level": {"type": "string"}, "rating": {"type": "number"}}}}}}}, "availabilities": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "details": {"type": "array", "items": {"type": "object", "properties": {"area": {"type": "string"}, "rentRange": {"type": "string"}, "availabilityText": {"type": "string"}, "availabilityDate": {"type": "string"}, "modelName": {"type": "string"}, "beds": {"type": "string"}, "baths": {"type": "string"}, "bedNum": {"type": "string"}, "bathNum": {"type": "string"}}}}}}}}}}} |
33047e34-6a26-4463-a052-1423f1115951/c7bfc1b4-cf53-4649-8480-c0c422ed0619/2/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | getProperty | Returns all the detailed information of a property by its ID | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
33047e34-6a26-4463-a052-1423f1115951/9e275f2a-bcd3-4743-9cd9-b4346bc87796/0/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | getPropertyImages | Returns all the images and virtual tour links of a property by its ID | 400 | null | {"status": 400, "message": "Bad request"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
33047e34-6a26-4463-a052-1423f1115951/9e275f2a-bcd3-4743-9cd9-b4346bc87796/1/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | getPropertyImages | Returns all the images and virtual tour links of a property by its ID | 404 | null | {"status": 404, "message": "Not found"} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}} |
33047e34-6a26-4463-a052-1423f1115951/9e275f2a-bcd3-4743-9cd9-b4346bc87796/2/0 | Apartments.com | Retrieve Apartments.com to crawl millions of real estate properties nationwide. Specify any location and extract data on all available properties in that area. | 9.4 | getPropertyImages | Returns all the images and virtual tour links of a property by its ID | 200 | null | {"status": 200, "message": "OK", "data": [{"width": 984, "height": 1287, "link": "https://images1.apartments.com/i2/lMpa-xC8K-f8dotJrJLRIXSg2f_c5Bo00PH2si8DElo/102/image.jpg", "virtualTourLink": "https://my.matterport.com/show/?m=gpKYVX4qADy"}]} | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"width": {"type": "number"}, "height": {"type": "number"}, "link": {"type": "string"}, "virtualTourLink": {"type": "string"}}}}}} |
9e3bd988-bc3c-4ede-b6a1-6dd4820f87a8/74baf429-195f-45ca-bfdd-13f02433260c/0/0 | cvr.dev | Data about companies from the Danish Business Authority | 0 | Rå CVR virksomhed | Dette endpoint returnerer alt data om en virksomhed, som den er i CVR. Dette dataformat er bestemt af Virk, ikke af cvr.dev. | 200 | 10103940 | [{"aarsbeskaeftigelse": [{"aar": 1997, "antalAarsvaerk": null, "antalAnsatte": null, "antalInklusivEjere": null, "intervalKodeAntalAarsvaerk": "ANTAL_100_199", "intervalKodeAntalAnsatte": "ANTAL_100_199", "intervalKodeAntalInklusivEjere": null, "sidstOpdateret": "1999-10-17T04:51:58.000Z"}], "attributter": [], "beliggenhedsadresse": [{"adresseId": null, "bogstavFra": null, "bogstavTil": null, "bynavn": null, "conavn": null, "etage": null, "fritekst": null, "husnummerFra": 11, "husnummerTil": null, "kommune": {"kommuneKode": 101, "kommuneNavn": "K\u00d8BENHAVN", "periode": {"gyldigFra": "2007-01-01", "gyldigTil": null}, "sidstOpdateret": "2006-11-13T00:00:00+01:00"}, "landekode": "DK", "periode": {"gyldigFra": "1914-01-01", "gyldigTil": "2020-03-25"}, "postboks": null, "postdistrikt": "K\u00f8benhavn K", "postnummer": 1218, "sidedoer": null, "sidstOpdateret": "2020-03-26T20:30:07.000+01:00", "sidstValideret": null, "vejkode": 5620, "vejnavn": "Prins J\u00f8rgens G\u00e5rd"}], "bibranche1": [], "bibranche2": [], "bibranche3": [], "binavne": [], "brancheAnsvarskode": 75, "cvrNummer": 10103940, "dataAdgang": 0, "deltagerRelation": [], "elektroniskPost": [], "enhedsNummer": 4000804039, "enhedstype": "VIRKSOMHED", "fejlBeskrivelse": null, "fejlRegistreret": false, "fejlVedIndlaesning": false, "fusioner": [], "hjemmeside": [], "hovedbranche": [{"branchekode": "751100", "branchetekst": "Generelle offentlige tjenester", "periode": {"gyldigFra": "1914-01-01", "gyldigTil": "2007-12-31"}, "sidstOpdateret": "2013-11-22T22:19:29+01:00"}], "kvartalsbeskaeftigelse": [{"aar": 1999, "antalAarsvaerk": null, "antalAnsatte": null, "intervalKodeAntalAarsvaerk": "ANTAL_100_199", "intervalKodeAntalAnsatte": null, "kvartal": 1, "sidstOpdateret": "1999-10-16T17:56:33.000Z"}], "livsforloeb": [{"periode": {"gyldigFra": "1914-01-01", "gyldigTil": null}, "sidstOpdateret": "1999-10-16T19:49:47+02:00"}], "maanedsbeskaeftigelse": [{"aar": 2015, "antalAarsvaerk": null, "antalAnsatte": null, "intervalKodeAntalAarsvaerk": "ANTAL_50_99", "intervalKodeAntalAnsatte": "ANTAL_50_99", "maaned": 1, "sidstOpdateret": "2015-04-01T20:02:04.000Z"}], "naermesteFremtidigeDato": null, "navne": [{"navn": "STATSMINISTERIET", "periode": {"gyldigFra": "1914-01-01", "gyldigTil": "2000-12-31"}, "sidstOpdateret": "2013-11-22T22:09:56+01:00"}], "obligatoriskEmail": [], "penheder": [{"pNummer": 1005285310, "periode": {"gyldigFra": "1914-01-01", "gyldigTil": "1992-12-31"}, "sidstOpdateret": "1914-01-01T00:00:00.000+01:00"}], "postadresse": [], "regNummer": [], "reklamebeskyttet": false, "samtId": 114, "sekundaertTelefaxNummer": [], "sekundaertTelefonNummer": [], "sidstIndlaest": "2020-10-13T15:18:21.647+02:00", "sidstOpdateret": "2020-03-27T20:30:04+01:00", "spaltninger": [], "status": [], "telefaxNummer": [{"hemmelig": false, "kontaktoplysning": "33111665", "periode": {"gyldigFra": "2000-01-23", "gyldigTil": null}, "sidstOpdateret": "2000-04-01T14:08:10+02:00"}], "telefonNummer": [{"hemmelig": false, "kontaktoplysning": "33923300", "periode": {"gyldigFra": "2000-01-23", "gyldigTil": null}, "sidstOpdateret": "2000-04-01T14:08:10+02:00"}], "virkningsAktoer": "PO", "virksomhedMetadata": {"antalPenheder": 2, "nyesteAarsbeskaeftigelse": {"aar": 2018, "antalAarsvaerk": null, "antalAnsatte": null, "antalInklusivEjere": null, "intervalKodeAntalAarsvaerk": "ANTAL_50_99", "intervalKodeAntalAnsatte": "ANTAL_50_99", "intervalKodeAntalInklusivEjere": null, "sidstOpdateret": "2019-10-18T21:52:11.000+02:00"}, "nyesteBeliggenhedsadresse": {"adresseId": "2b7a2d3b-a294-47f8-9bf6-62516c4a60a8", "bogstavFra": null, "bogstavTil": null, "bynavn": null, "conavn": null, "etage": null, "fritekst": null, "husnummerFra": 11, "husnummerTil": null, "kommune": {"kommuneKode": 101, "kommuneNavn": "K\u00d8BENHAVN", "periode": {"gyldigFra": "2007-01-01", "gyldigTil": null}, "sidstOpdateret": "2006-11-13T00:00:00.000+01:00"}, "landekode": "DK", "periode": {"gyldigFra": "2020-03-27", "gyldigTil": null}, "postboks": null, "postdistrikt": "K\u00f8benhavn K", "postnummer": 1218, "sidedoer": null, "sidstOpdateret": "2020-03-27T20:30:04.000+01:00", "sidstValideret": "2017-10-07T04:07:58.897+02:00", "vejkode": 5620, "vejnavn": "Prins J\u00f8rgens G\u00e5rd"}, "nyesteBibranche1": null, "nyesteBibranche2": null, "nyesteBibranche3": null, "nyesteBinavne": [], "nyesteErstMaanedsbeskaeftigelse": {"aar": 2020, "antalAarsvaerk": 84, "antalAnsatte": 91, "intervalKodeAntalAarsvaerk": "ANTAL_50_99", "intervalKodeAntalAnsatte": "ANTAL_50_99", "maaned": 7, "sidstOpdateret": "2020-09-22T02:50:40.000+02:00"}, "nyesteHovedbranche": {"branchekode": "841100", "branchetekst": "Generelle offentlige tjenester", "periode": {"gyldigFra": "2008-01-01", "gyldigTil": null}, "sidstOpdateret": "2007-12-27T22:38:02.000+01:00"}, "nyesteKontaktoplysninger": ["33923300", "33111665"], "nyesteKvartalsbeskaeftigelse": {"aar": 2019, "antalAarsvaerk": null, "antalAnsatte": null, "intervalKodeAntalAarsvaerk": "ANTAL_50_99", "intervalKodeAntalAnsatte": "ANTAL_50_99", "kvartal": 3, "sidstOpdateret": "2020-01-02T20:31:32.000+01:00"}, "nyesteMaanedsbeskaeftigelse": {"aar": 2019, "antalAarsvaerk": null, "antalAnsatte": null, "intervalKodeAntalAarsvaerk": "ANTAL_50_99", "intervalKodeAntalAnsatte": "ANTAL_50_99", "maaned": 9, "sidstOpdateret": "2019-11-27T01:49:56.000+01:00"}, "nyesteNavn": {"navn": "Statsministeriet, Departementet", "periode": {"gyldigFra": "2001-01-01", "gyldigTil": null}, "sidstOpdateret": "2001-02-02T09:02:20.000+01:00"}, "nyesteStatus": null, "nyesteVirksomhedsform": {"ansvarligDataleverandoer": "DST", "kortBeskrivelse": "STA", "langBeskrivelse": "Statslig administrativ enhed", "periode": {"gyldigFra": "1914-01-01", "gyldigTil": null}, "sidstOpdateret": "2013-11-22T21:57:52.000+01:00", "virksomhedsformkode": 230}, "sammensatStatus": "Aktiv", "stiftelsesDato": "1914-01-01", "virkningsDato": "1914-01-01"}, "virksomhedsstatus": []}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"aarsbeskaeftigelse": {"type": "array", "items": {"type": "object", "properties": {"aar": {"type": "integer"}, "antalAarsvaerk": {"type": "null"}, "antalAnsatte": {"type": "null"}, "antalInklusivEjere": {"type": "null"}, "intervalKodeAntalAarsvaerk": {"type": "string"}, "intervalKodeAntalAnsatte": {"type": "string"}, "intervalKodeAntalInklusivEjere": {"type": "null"}, "sidstOpdateret": {"type": "string"}}, "required": ["aar", "antalAarsvaerk", "antalAnsatte", "antalInklusivEjere", "intervalKodeAntalAarsvaerk", "intervalKodeAntalAnsatte", "intervalKodeAntalInklusivEjere", "sidstOpdateret"]}}, "attributter": {"type": "array"}, "beliggenhedsadresse": {"type": "array", "items": {"type": "object", "properties": {"adresseId": {"type": "null"}, "bogstavFra": {"type": "null"}, "bogstavTil": {"type": "null"}, "bynavn": {"type": "null"}, "conavn": {"type": "null"}, "etage": {"type": "null"}, "fritekst": {"type": "null"}, "husnummerFra": {"type": "integer"}, "husnummerTil": {"type": "null"}, "kommune": {"type": "object", "properties": {"kommuneKode": {"type": "integer"}, "kommuneNavn": {"type": "string"}, "periode": {"type": "object", "properties": {"gyldigFra": {"type": "string"}, "gyldigTil": {"type": "null"}}, "required": ["gyldigFra", "gyldigTil"]}, "sidstOpdateret": {"type": "string"}}, "required": ["kommuneKode", "kommuneNavn", "periode", "sidstOpdateret"]}, "landekode": {"type": "string"}, "periode": {"type": "object", "properties": {"gyldigFra": {"type": "string"}, "gyldigTil": {"type": "string"}}, "required": ["gyldigFra", "gyldigTil"]}, "postboks": {"type": "null"}, "postdistrikt": {"type": "string"}, "postnummer": {"type": "integer"}, "sidedoer": {"type": "null"}, "sidstOpdateret": {"type": "string"}, "sidstValideret": {"type": "null"}, "vejkode": {"type": "integer"}, "vejnavn": {"type": "string"}}, "required": ["adresseId", "bogstavFra", "bogstavTil", "bynavn", "conavn", "etage", "fritekst", "husnummerFra", "husnummerTil", "kommune", "landekode", "periode", "postboks", "postdistrikt", "postnummer", "sidedoer", "sidstOpdateret", "sidstValideret", "vejkode", "vejnavn"]}}, "bibranche1": {"type": "array"}, "bibranche2": {"type": "array"}, "bibranche3": {"type": "array"}, "binavne": {"type": "array"}, "brancheAnsvarskode": {"type": "integer"}, "cvrNummer": {"type": "integer"}, "dataAdgang": {"type": "integer"}, "deltagerRelation": {"type": "array"}, "elektroniskPost": {"type": "array"}, "enhedsNummer": {"type": "integer"}, "enhedstype": {"type": "string"}, "fejlBeskrivelse": {"type": "null"}, "fejlRegistreret": {"type": "boolean"}, "fejlVedIndlaesning": {"type": "boolean"}, "fusioner": {"type": "array"}, "hjemmeside": {"type": "array"}, "hovedbranche": {"type": "array", "items": {"type": "object", "properties": {"branchekode": {"type": "string"}, "branchetekst": {"type": "string"}, "periode": {"type": "object", "properties": {"gyldigFra": {"type": "string"}, "gyldigTil": {"type": "string"}}, "required": ["gyldigFra", "gyldigTil"]}, "sidstOpdateret": {"type": "string"}}, "required": ["branchekode", "branchetekst", "periode", "sidstOpdateret"]}}, "kvartalsbeskaeftigelse": {"type": "array", "items": {"type": "object", "properties": {"aar": {"type": "integer"}, "antalAarsvaerk": {"type": "null"}, "antalAnsatte": {"type": "null"}, "intervalKodeAntalAarsvaerk": {"type": "string"}, "intervalKodeAntalAnsatte": {"type": "null"}, "kvartal": {"type": "integer"}, "sidstOpdateret": {"type": "string"}}, "required": ["aar", "antalAarsvaerk", "antalAnsatte", "intervalKodeAntalAarsvaerk", "intervalKodeAntalAnsatte", "kvartal", "sidstOpdateret"]}}, "livsforloeb": {"type": "array", "items": {"type": "object", "properties": {"periode": {"type": "object", "properties": {"gyldigFra": {"type": "string"}, "gyldigTil": {"type": "null"}}, "required": ["gyldigFra", "gyldigTil"]}, "sidstOpdateret": {"type": "string"}}, "required": ["periode", "sidstOpdateret"]}}, "maanedsbeskaeftigelse": {"type": "array", "items": {"type": "object", "properties": {"aar": {"type": "integer"}, "antalAarsvaerk": {"type": "null"}, "antalAnsatte": {"type": "null"}, "intervalKodeAntalAarsvaerk": {"type": "string"}, "intervalKodeAntalAnsatte": {"type": "string"}, "maaned": {"type": "integer"}, "sidstOpdateret": {"type": "string"}}, "required": ["aar", "antalAarsvaerk", "antalAnsatte", "intervalKodeAntalAarsvaerk", "intervalKodeAntalAnsatte", "maaned", "sidstOpdateret"]}}, "naermesteFremtidigeDato": {"type": "null"}, "navne": {"type": "array", "items": {"type": "object", "properties": {"navn": {"type": "string"}, "periode": {"type": "object", "properties": {"gyldigFra": {"type": "string"}, "gyldigTil": {"type": "string"}}, "required": ["gyldigFra", "gyldigTil"]}, "sidstOpdateret": {"type": "string"}}, "required": ["navn", "periode", "sidstOpdateret"]}}, "obligatoriskEmail": {"type": "array"}, "penheder": {"type": "array", "items": {"type": "object", "properties": {"pNummer": {"type": "integer"}, "periode": {"type": "object", "properties": {"gyldigFra": {"type": "string"}, "gyldigTil": {"type": "string"}}, "required": ["gyldigFra", "gyldigTil"]}, "sidstOpdateret": {"type": "string"}}, "required": ["pNummer", "periode", "sidstOpdateret"]}}, "postadresse": {"type": "array"}, "regNummer": {"type": "array"}, "reklamebeskyttet": {"type": "boolean"}, "samtId": {"type": "integer"}, "sekundaertTelefaxNummer": {"type": "array"}, "sekundaertTelefonNummer": {"type": "array"}, "sidstIndlaest": {"type": "string"}, "sidstOpdateret": {"type": "string"}, "spaltninger": {"type": "array"}, "status": {"type": "array"}, "telefaxNummer": {"type": "array", "items": {"type": "object", "properties": {"hemmelig": {"type": "boolean"}, "kontaktoplysning": {"type": "string"}, "periode": {"type": "object", "properties": {"gyldigFra": {"type": "string"}, "gyldigTil": {"type": "null"}}, "required": ["gyldigFra", "gyldigTil"]}, "sidstOpdateret": {"type": "string"}}, "required": ["hemmelig", "kontaktoplysning", "periode", "sidstOpdateret"]}}, "telefonNummer": {"type": "array", "items": {"type": "object", "properties": {"hemmelig": {"type": "boolean"}, "kontaktoplysning": {"type": "string"}, "periode": {"type": "object", "properties": {"gyldigFra": {"type": "string"}, "gyldigTil": {"type": "null"}}, "required": ["gyldigFra", "gyldigTil"]}, "sidstOpdateret": {"type": "string"}}, "required": ["hemmelig", "kontaktoplysning", "periode", "sidstOpdateret"]}}, "virkningsAktoer": {"type": "string"}, "virksomhedMetadata": {"type": "object", "properties": {"antalPenheder": {"type": "integer"}, "nyesteAarsbeskaeftigelse": {"type": "object", "properties": {"aar": {"type": "integer"}, "antalAarsvaerk": {"type": "null"}, "antalAnsatte": {"type": "null"}, "antalInklusivEjere": {"type": "null"}, "intervalKodeAntalAarsvaerk": {"type": "string"}, "intervalKodeAntalAnsatte": {"type": "string"}, "intervalKodeAntalInklusivEjere": {"type": "null"}, "sidstOpdateret": {"type": "string"}}, "required": ["aar", "antalAarsvaerk", "antalAnsatte", "antalInklusivEjere", "intervalKodeAntalAarsvaerk", "intervalKodeAntalAnsatte", "intervalKodeAntalInklusivEjere", "sidstOpdateret"]}, "nyesteBeliggenhedsadresse": {"type": "object", "properties": {"adresseId": {"type": "string"}, "bogstavFra": {"type": "null"}, "bogstavTil": {"type": "null"}, "bynavn": {"type": "null"}, "conavn": {"type": "null"}, "etage": {"type": "null"}, "fritekst": {"type": "null"}, "husnummerFra": {"type": "integer"}, "husnummerTil": {"type": "null"}, "kommune": {"type": "object", "properties": {"kommuneKode": {"type": "integer"}, "kommuneNavn": {"type": "string"}, "periode": {"type": "object", "properties": {"gyldigFra": {"type": "string"}, "gyldigTil": {"type": "null"}}, "required": ["gyldigFra", "gyldigTil"]}, "sidstOpdateret": {"type": "string"}}, "required": ["kommuneKode", "kommuneNavn", "periode", "sidstOpdateret"]}, "landekode": {"type": "string"}, "periode": {"type": "object", "properties": {"gyldigFra": {"type": "string"}, "gyldigTil": {"type": "null"}}, "required": ["gyldigFra", "gyldigTil"]}, "postboks": {"type": "null"}, "postdistrikt": {"type": "string"}, "postnummer": {"type": "integer"}, "sidedoer": {"type": "null"}, "sidstOpdateret": {"type": "string"}, "sidstValideret": {"type": "string"}, "vejkode": {"type": "integer"}, "vejnavn": {"type": "string"}}, "required": ["adresseId", "bogstavFra", "bogstavTil", "bynavn", "conavn", "etage", "fritekst", "husnummerFra", "husnummerTil", "kommune", "landekode", "periode", "postboks", "postdistrikt", "postnummer", "sidedoer", "sidstOpdateret", "sidstValideret", "vejkode", "vejnavn"]}, "nyesteBibranche1": {"type": "null"}, "nyesteBibranche2": {"type": "null"}, "nyesteBibranche3": {"type": "null"}, "nyesteBinavne": {"type": "array"}, "nyesteErstMaanedsbeskaeftigelse": {"type": "object", "properties": {"aar": {"type": "integer"}, "antalAarsvaerk": {"type": "integer"}, "antalAnsatte": {"type": "integer"}, "intervalKodeAntalAarsvaerk": {"type": "string"}, "intervalKodeAntalAnsatte": {"type": "string"}, "maaned": {"type": "integer"}, "sidstOpdateret": {"type": "string"}}, "required": ["aar", "antalAarsvaerk", "antalAnsatte", "intervalKodeAntalAarsvaerk", "intervalKodeAntalAnsatte", "maaned", "sidstOpdateret"]}, "nyesteHovedbranche": {"type": "object", "properties": {"branchekode": {"type": "string"}, "branchetekst": {"type": "string"}, "periode": {"type": "object", "properties": {"gyldigFra": {"type": "string"}, "gyldigTil": {"type": "null"}}, "required": ["gyldigFra", "gyldigTil"]}, "sidstOpdateret": {"type": "string"}}, "required": ["branchekode", "branchetekst", "periode", "sidstOpdateret"]}, "nyesteKontaktoplysninger": {"type": "array", "items": {"type": "string"}}, "nyesteKvartalsbeskaeftigelse": {"type": "object", "properties": {"aar": {"type": "integer"}, "antalAarsvaerk": {"type": "null"}, "antalAnsatte": {"type": "null"}, "intervalKodeAntalAarsvaerk": {"type": "string"}, "intervalKodeAntalAnsatte": {"type": "string"}, "kvartal": {"type": "integer"}, "sidstOpdateret": {"type": "string"}}, "required": ["aar", "antalAarsvaerk", "antalAnsatte", "intervalKodeAntalAarsvaerk", "intervalKodeAntalAnsatte", "kvartal", "sidstOpdateret"]}, "nyesteMaanedsbeskaeftigelse": {"type": "object", "properties": {"aar": {"type": "integer"}, "antalAarsvaerk": {"type": "null"}, "antalAnsatte": {"type": "null"}, "intervalKodeAntalAarsvaerk": {"type": "string"}, "intervalKodeAntalAnsatte": {"type": "string"}, "maaned": {"type": "integer"}, "sidstOpdateret": {"type": "string"}}, "required": ["aar", "antalAarsvaerk", "antalAnsatte", "intervalKodeAntalAarsvaerk", "intervalKodeAntalAnsatte", "maaned", "sidstOpdateret"]}, "nyesteNavn": {"type": "object", "properties": {"navn": {"type": "string"}, "periode": {"type": "object", "properties": {"gyldigFra": {"type": "string"}, "gyldigTil": {"type": "null"}}, "required": ["gyldigFra", "gyldigTil"]}, "sidstOpdateret": {"type": "string"}}, "required": ["navn", "periode", "sidstOpdateret"]}, "nyesteStatus": {"type": "null"}, "nyesteVirksomhedsform": {"type": "object", "properties": {"ansvarligDataleverandoer": {"type": "string"}, "kortBeskrivelse": {"type": "string"}, "langBeskrivelse": {"type": "string"}, "periode": {"type": "object", "properties": {"gyldigFra": {"type": "string"}, "gyldigTil": {"type": "null"}}, "required": ["gyldigFra", "gyldigTil"]}, "sidstOpdateret": {"type": "string"}, "virksomhedsformkode": {"type": "integer"}}, "required": ["ansvarligDataleverandoer", "kortBeskrivelse", "langBeskrivelse", "periode", "sidstOpdateret", "virksomhedsformkode"]}, "sammensatStatus": {"type": "string"}, "stiftelsesDato": {"type": "string"}, "virkningsDato": {"type": "string"}}, "required": ["antalPenheder", "nyesteAarsbeskaeftigelse", "nyesteBeliggenhedsadresse", "nyesteBibranche1", "nyesteBibranche2", "nyesteBibranche3", "nyesteBinavne", "nyesteErstMaanedsbeskaeftigelse", "nyesteHovedbranche", "nyesteKontaktoplysninger", "nyesteKvartalsbeskaeftigelse", "nyesteMaanedsbeskaeftigelse", "nyesteNavn", "nyesteStatus", "nyesteVirksomhedsform", "sammensatStatus", "stiftelsesDato", "virkningsDato"]}, "virksomhedsstatus": {"type": "array"}}, "required": ["aarsbeskaeftigelse", "attributter", "beliggenhedsadresse", "bibranche1", "bibranche2", "bibranche3", "binavne", "brancheAnsvarskode", "cvrNummer", "dataAdgang", "deltagerRelation", "elektroniskPost", "enhedsNummer", "enhedstype", "fejlBeskrivelse", "fejlRegistreret", "fejlVedIndlaesning", "fusioner", "hjemmeside", "hovedbranche", "kvartalsbeskaeftigelse", "livsforloeb", "maanedsbeskaeftigelse", "naermesteFremtidigeDato", "navne", "obligatoriskEmail", "penheder", "postadresse", "regNummer", "reklamebeskyttet", "samtId", "sekundaertTelefaxNummer", "sekundaertTelefonNummer", "sidstIndlaest", "sidstOpdateret", "spaltninger", "status", "telefaxNummer", "telefonNummer", "virkningsAktoer", "virksomhedMetadata", "virksomhedsstatus"]}} |
cf5128d7-c785-4f95-a204-a55784d6695c/b97614c3-3494-443a-93b5-e0d6b5e05ba5/0/0 | Sweden Company Data | Access the official Swedish Government Company register via this API. Ideal for KYB purposes | null | SearchByCompanyID | Get Swedish company details from the company ID | 200 | Example_1 | {"organisationslista": [{"identitetsbeteckning": "5566610886", "namn": "IKEA Retail Services AB", "organisationsform": {"kod": "AB", "klartext": "Aktiebolag"}, "hemvist": {"lan": {"kod": "07", "klartext": "Kronobergs l\u00e4n"}, "kommun": {"kod": "65", "klartext": "\u00c4lmhult kommun"}}, "rakenskapsar": {"rakenskapsarInleds": "0901", "rakenskapsarAvslutas": "0831"}, "funktionarer": [{"funktionarsroller": [{"kod": "LE", "klartext": "Styrelseledamot"}], "namn": "Karl G\u00f6ran Mikael Palmquist", "identitetsbeteckning": "197206214038", "postadress": {"adress": "Linn\u00e9gatan 118", "postnummer": "216 18", "postort": "LIMHAMN"}}]}]} | {"type": "object", "properties": {"organisationslista": {"type": "array", "items": {"type": "object", "properties": {"identitetsbeteckning": {"type": "string", "description": "", "default": "5566610886"}, "namn": {"type": "string", "description": "", "default": "IKEA Retail Services AB"}, "organisationsform": {"type": "object", "properties": {"kod": {"type": "string", "description": "", "default": "AB"}, "klartext": {"type": "string", "description": "", "default": "Aktiebolag"}}}, "hemvist": {"type": "object", "properties": {"lan": {"type": "object", "properties": {"kod": {"type": "string", "description": "", "default": "07"}, "klartext": {"type": "string", "description": "", "default": "Kronobergs l\u00e4n"}}}, "kommun": {"type": "object", "properties": {"kod": {"type": "string", "description": "", "default": "65"}, "klartext": {"type": "string", "description": "", "default": "\u00c4lmhult kommun"}}}}}, "rakenskapsar": {"type": "object", "properties": {"rakenskapsarInleds": {"type": "string", "description": "", "default": "0901"}, "rakenskapsarAvslutas": {"type": "string", "description": "", "default": "0831"}}}, "funktionarer": {"type": "array", "items": {"type": "object", "properties": {"funktionarsroller": {"type": "array", "items": {"type": "object", "properties": {"kod": {"type": "string", "description": "", "default": "LE"}, "klartext": {"type": "string", "description": "", "default": "Styrelseledamot"}}}}, "namn": {"type": "string", "description": "", "default": "Karl G\u00f6ran Mikael Palmquist"}, "identitetsbeteckning": {"type": "string", "description": "", "default": "197206214038"}, "postadress": {"type": "object", "properties": {"adress": {"type": "string", "description": "", "default": "Linn\u00e9gatan 118"}, "postnummer": {"type": "string", "description": "", "default": "216 18"}, "postort": {"type": "string", "description": "", "default": "LIMHAMN"}}}}}}}}}}} |
84911c8c-902d-44f4-b77f-de9ee2762523/d1111cc9-7221-4b70-8ee1-1817397c31f8/0/0 | Suggestion Questions | Suggestion Questions | null | key | data | 200 | Response | [{"type": "what Questions", "questions": "what digital products to sell ?"}, {"type": "what Questions", "questions": "what digital products to sell on etsy ?"}, {"type": "what Questions", "questions": "what digital ?"}, {"type": "what Questions", "questions": "what digital marketing ?"}, {"type": "what Questions", "questions": "what digital products are in demand ?"}, {"type": "what Questions", "questions": "what digital channel is cbs ?"}, {"type": "what Questions", "questions": "what digital footprint mean ?"}, {"type": "what Questions", "questions": "what digital mean ?"}, {"type": "what Questions", "questions": "what digital real estate ?"}, {"type": "what Questions", "questions": "what digital art sells best ?"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "questions": {"type": "string"}}, "required": ["questions", "type"]}} |
2e598baf-86d1-4de9-80df-7753bdee906b/70bbc8e9-918c-430e-ad12-0c71d815b3d3/0/0 | Bayut | This API helps to query real estate in UAE to create a real estate site/application | 9.8 | properties/detail | Get detail information of a property | 200 | Response | {"id": 2204478, "objectID": 2204478, "ownerID": 960420, "userExternalID": "960420", "sourceID": 1, "state": "inactive", "geography": {"lat": 25.124783, "lng": 55.153324}, "purpose": "for-sale", "price": 530000000, "product": "premium", "productLabel": "default", "rentFrequency": null, "referenceNumber": "1998-Rp-S-0009", "permitNumber": "7181198593", "title": "Build your 5 Star Resort on the Beach, Palm Jumeirah", "title_l1": "\u0627\u0631\u0636 \u0644\u0628\u0646\u0627\u0621 \u0645\u0646\u062a\u062c\u0639 \u0641\u064a \u0646\u062e\u0644\u0629 \u062c\u0645\u064a\u0631\u0627", "description": "RARE Opportunity to\u00a0Build a resort on the Palm Jumeirah with beach access and panoramic sea view \nYou can build 7 floors resort mixed between hotel or hotel apartments\nWhat the benefits\nwhat is the construction cost\nwhat is the approximate income for the hotel\nwhat is the value of the hotel after completion\n\nIf you are an investor or International investment company, contact us for full presentation and ready business plan for this opportunity \n\n\n*Note: The pictures is sample of what you can build on this plot at the same area location\n\nAyham Jbara\nManzel Kareem", "description_l1": "\u0641\u0631\u0635\u0629 \u0646\u0627\u062f\u0631\u0629\n\u064a\u0645\u0643\u0646\u0643 \u062a\u0645\u0644\u0643 \u0627\u0631\u0636 \u0644\u0628\u0646\u0627\u0621 \u0645\u0646\u062a\u062c\u0639 \u0641\u064a \u0646\u062e\u0644\u0629 \u062c\u0645\u064a\u0631\u0627 \u0645\u0639 \u0634\u0627\u0637\u0626 \u0648\u0625\u0637\u0644\u0627\u0644\u0629 \u0628\u0627\u0646\u0648\u0631\u0627\u0645\u064a\u0629 \u0639\u0644\u0649 \u0627\u0644\u0628\u062d\u0631\n\u064a\u0645\u0643\u0646\u0643 \u0628\u0646\u0627\u0621 \u0645\u0646\u062a\u062c\u0639 7 \u0637\u0648\u0627\u0628\u0642 \u0645\u062e\u062a\u0644\u0637 \u0628\u064a\u0646 \u0641\u0646\u062f\u0642 \u0627\u0648 \u0634\u0642\u0642 \u0641\u0646\u062f\u0642\u064a\u0629\n\u0645\u0627 \u0627\u0644\u0641\u0648\u0627\u0626\u062f\n\u0645\u0627 \u0647\u064a \u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u0628\u0646\u0627\u0621\n\u0645\u0627 \u0647\u0648 \u0627\u0644\u062f\u062e\u0644 \u0627\u0644\u062a\u0642\u0631\u064a\u0628\u064a \u0644\u0644\u0641\u0646\u062f\u0642 \u0628\u0639\u062f \u0627\u0644\u0627\u0646\u062a\u0647\u0627\u0621\n\u0645\u0627 \u0647\u064a \u0642\u064a\u0645\u0629 \u0627\u0644\u0641\u0646\u062f\u0642 \u0628\u0639\u062f \u0627\u0644\u0627\u0646\u062a\u0647\u0627\u0621\n\n\n\u0625\u0630\u0627 \u0643\u0646\u062a \u0645\u0633\u062a\u062b\u0645\u0631\u064b\u0627 \u0623\u0648 \u0634\u0631\u0643\u0629 \u0627\u0633\u062a\u062b\u0645\u0627\u0631 \u062f\u0648\u0644\u064a\u0629 \u060c \u0641\u0627\u062a\u0635\u0644 \u0628\u0646\u0627 \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0639\u0631\u0636 \u062a\u0642\u062f\u064a\u0645\u064a \u0643\u0627\u0645\u0644 \u0648\u062e\u0637\u0629 \u0639\u0645\u0644 \u062c\u0627\u0647\u0632\u0629 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0634\u0631\u0648\u0639\n* \u0645\u0644\u0627\u062d\u0638\u0629: \u0627\u0644\u0635\u0648\u0631 \u0647\u064a \u0639\u064a\u0646\u0629 \u0644\u0645\u0627 \u064a\u0645\u0643\u0646\u0643 \u0628\u0646\u0627\u0621\u0647 \u0639\u0644\u0649 \u0647\u0630\u0647 \u0627\u0644\u0627\u0631\u0636 \u0641\u064a \u0646\u0641\u0633 \u0627\u0644\u0645\u0646\u0637\u0642\u0629\n\n\u0623\u064a\u0647\u0645 \u062c\u0628\u0627\u0631\u0629\n\u0645\u0646\u0632\u0644 \u0643\u0631\u064a\u0645", "externalID": "4937770", "slug": "build-your-5-star-resort-on-the-beach-palm-jumeirah-4937770", "slug_l1": "build-your-5-star-resort-on-the-beach-palm-jumeirah-4937770", "location": [{"id": 1, "level": 0, "externalID": "5001", "name": "UAE", "name_l1": "\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a", "slug": "/uae", "slug_l1": "/uae"}, {"id": 2, "level": 1, "externalID": "5002", "name": "Dubai", "name_l1": "\u062f\u0628\u064a", "slug": "/dubai", "slug_l1": "/dubai"}, {"id": 14, "level": 2, "externalID": "5460", "name": "Palm Jumeirah", "name_l1": "\u0646\u062e\u0644\u0629 \u062c\u0645\u064a\u0631\u0627", "slug": "/dubai/palm-jumeirah", "slug_l1": "/dubai/palm-jumeirah"}, {"id": 285, "level": 3, "externalID": "8902", "name": "The Crescent", "name_l1": "\u0630\u0627 \u0643\u0631\u064a\u0633\u0646\u062a", "slug": "/dubai/palm-jumeirah/the-crescent", "slug_l1": "/dubai/palm-jumeirah/the-crescent"}], "category": [{"id": 1, "level": 0, "externalID": "1", "name": "Residential", "name_l1": "\u0633\u0643\u0646\u064a", "slug": "residential", "slug_l1": "residential", "nameSingular": "Residential", "nameSingular_l1": "\u0633\u0643\u0646\u064a"}, {"id": 11, "level": 1, "externalID": "14", "name": "Plots", "name_l1": "\u0627\u0631\u0627\u0636\u064a \u0633\u0643\u0646\u064a\u0629", "slug": "residential-plots", "slug_l1": "residential-plots", "nameSingular": "Plot", "nameSingular_l1": "\u0627\u0631\u0636 \u0633\u0643\u0646\u064a\u0629"}], "createdAt": 1609632442, "approvedAt": 1609632442, "updatedAt": 1632407610, "touchedAt": 1634223111.30168, "reactivatedAt": 1609632442, "rooms": 0, "baths": 0, "area": 56670.854400000004, "score": 100, "score_l1": 100, "coverPhoto": {"id": 110798997, "externalID": "103391151", "title": "Palm Jumeirah", "url": "https://bayut-production.s3.eu-central-1.amazonaws.com/image/110798997/d9446cee36ba4f839c8fedd0e0b52208", "orderIndex": 0, "nimaScore": 5.999995438928998, "main": true}, "photoCount": 3, "videoCount": 0, "panoramaCount": 0, "photos": [{"id": 110798997, "externalID": "103391151", "title": "Palm Jumeirah", "url": "https://bayut-production.s3.eu-central-1.amazonaws.com/image/110798997/d9446cee36ba4f839c8fedd0e0b52208", "orderIndex": 0, "nimaScore": 5.999995438928998}, {"id": 110799000, "externalID": "103391152", "title": "Build your 5 Star Resort on the Beach", "url": "https://bayut-production.s3.eu-central-1.amazonaws.com/image/110799000/13c5ddeb3710480ab040480678519575", "orderIndex": 1, "nimaScore": 5.969393613838337}, {"id": 110799002, "externalID": "103391153", "title": "Palm Jumeirah", "url": "https://bayut-production.s3.eu-central-1.amazonaws.com/image/110799002/8ab6592e4ea7409fb05af756b7b80a03", "orderIndex": 2, "nimaScore": 5.995129640790738}], "floorPlans": [], "videos": [], "panoramas": [], "amenities": [], "phoneNumber": {"mobile": "+971585768009", "phone": "+97143433992", "whatsapp": "971585768009", "proxyMobile": "+971522794094", "phoneNumbers": ["+97143433992"], "mobileNumbers": ["+971585768009"]}, "contactName": "Ayham Jbara", "agency": {"id": 7053698, "objectID": 7053698, "name": "Manzel Kareem Real Estate", "name_l1": "\u0645\u0646\u0632\u0644 \u0643\u0631\u064a\u0645 \u0644\u0644\u0639\u0642\u0627\u0631\u0627\u062a", "externalID": "8055", "product": "premium", "productScore": 2, "licenses": [{"number": "12938", "authority": "RERA"}, {"number": "707807", "authority": "DED"}], "logo": {"id": 27681814, "url": "https://bayut-production.s3.eu-central-1.amazonaws.com/image/27681814/9c7b944fa4344803a4cc318dd6160c78"}, "slug": "manzel-kareem-real-estate-8055", "slug_l1": "manzel-kareem-real-estate-8055", "tier": 4}, "active": false, "hasExactGeography": true, "verification": {"status": "unverified", "type": null, "eligible": false, "comment": null, "updatedAt": 1609631099.23548, "verifiedAt": null, "visitedAt": null}, "isVerified": false, "completionStatus": "completed", "randBoostScore": 18, "randBoostScore_l1": 18, "furnishingStatus": null, "extraFields": null, "type": "property", "cityLevelScore": 3, "indyScore": 18, "indyScore_l1": 18, "hasMatchingFloorPlans": false} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "integer"}, "objectID": {"type": "integer"}, "ownerID": {"type": "integer"}, "userExternalID": {"type": "string"}, "sourceID": {"type": "integer"}, "state": {"type": "string"}, "geography": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "purpose": {"type": "string"}, "price": {"type": "integer"}, "product": {"type": "string"}, "productLabel": {"type": "string"}, "rentFrequency": {"type": "null"}, "referenceNumber": {"type": "string"}, "permitNumber": {"type": "string"}, "title": {"type": "string"}, "title_l1": {"type": "string"}, "description": {"type": "string"}, "description_l1": {"type": "string"}, "externalID": {"type": "string"}, "slug": {"type": "string"}, "slug_l1": {"type": "string"}, "location": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "level": {"type": "integer"}, "externalID": {"type": "string"}, "name": {"type": "string"}, "name_l1": {"type": "string"}, "slug": {"type": "string"}, "slug_l1": {"type": "string"}}, "required": ["externalID", "id", "level", "name", "name_l1", "slug", "slug_l1"]}}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "level": {"type": "integer"}, "externalID": {"type": "string"}, "name": {"type": "string"}, "name_l1": {"type": "string"}, "slug": {"type": "string"}, "slug_l1": {"type": "string"}, "nameSingular": {"type": "string"}, "nameSingular_l1": {"type": "string"}}, "required": ["externalID", "id", "level", "name", "nameSingular", "nameSingular_l1", "name_l1", "slug", "slug_l1"]}}, "createdAt": {"type": "integer"}, "approvedAt": {"type": "integer"}, "updatedAt": {"type": "integer"}, "touchedAt": {"type": "number"}, "reactivatedAt": {"type": "integer"}, "rooms": {"type": "integer"}, "baths": {"type": "integer"}, "area": {"type": "number"}, "score": {"type": "integer"}, "score_l1": {"type": "integer"}, "coverPhoto": {"type": "object", "properties": {"id": {"type": "integer"}, "externalID": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "orderIndex": {"type": "integer"}, "nimaScore": {"type": "number"}, "main": {"type": "boolean"}}, "required": ["externalID", "id", "main", "nimaScore", "orderIndex", "title", "url"]}, "photoCount": {"type": "integer"}, "videoCount": {"type": "integer"}, "panoramaCount": {"type": "integer"}, "photos": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "externalID": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "orderIndex": {"type": "integer"}, "nimaScore": {"type": "number"}}, "required": ["externalID", "id", "nimaScore", "orderIndex", "title", "url"]}}, "floorPlans": {"type": "array"}, "videos": {"type": "array"}, "panoramas": {"type": "array"}, "amenities": {"type": "array"}, "phoneNumber": {"type": "object", "properties": {"mobile": {"type": "string"}, "phone": {"type": "string"}, "whatsapp": {"type": "string"}, "proxyMobile": {"type": "string"}, "phoneNumbers": {"type": "array", "items": {"type": "string"}}, "mobileNumbers": {"type": "array", "items": {"type": "string"}}}, "required": ["mobile", "mobileNumbers", "phone", "phoneNumbers", "proxyMobile", "whatsapp"]}, "contactName": {"type": "string"}, "agency": {"type": "object", "properties": {"id": {"type": "integer"}, "objectID": {"type": "integer"}, "name": {"type": "string"}, "name_l1": {"type": "string"}, "externalID": {"type": "string"}, "product": {"type": "string"}, "productScore": {"type": "integer"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"number": {"type": "string"}, "authority": {"type": "string"}}, "required": ["authority", "number"]}}, "logo": {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["id", "url"]}, "slug": {"type": "string"}, "slug_l1": {"type": "string"}, "tier": {"type": "integer"}}, "required": ["externalID", "id", "licenses", "logo", "name", "name_l1", "objectID", "product", "productScore", "slug", "slug_l1", "tier"]}, "active": {"type": "boolean"}, "hasExactGeography": {"type": "boolean"}, "verification": {"type": "object", "properties": {"status": {"type": "string"}, "type": {"type": "null"}, "eligible": {"type": "boolean"}, "comment": {"type": "null"}, "updatedAt": {"type": "number"}, "verifiedAt": {"type": "null"}, "visitedAt": {"type": "null"}}, "required": ["comment", "eligible", "status", "type", "updatedAt", "verifiedAt", "visitedAt"]}, "isVerified": {"type": "boolean"}, "completionStatus": {"type": "string"}, "randBoostScore": {"type": "integer"}, "randBoostScore_l1": {"type": "integer"}, "furnishingStatus": {"type": "null"}, "extraFields": {"type": "null"}, "type": {"type": "string"}, "cityLevelScore": {"type": "integer"}, "indyScore": {"type": "integer"}, "indyScore_l1": {"type": "integer"}, "hasMatchingFloorPlans": {"type": "boolean"}}, "required": ["active", "agency", "amenities", "approvedAt", "area", "baths", "category", "cityLevelScore", "completionStatus", "contactName", "coverPhoto", "createdAt", "description", "description_l1", "externalID", "extraFields", "floorPlans", "furnishingStatus", "geography", "hasExactGeography", "hasMatchingFloorPlans", "id", "indyScore", "indyScore_l1", "isVerified", "location", "objectID", "ownerID", "panoramaCount", "panoramas", "permitNumber", "phoneNumber", "photoCount", "photos", "price", "product", "productLabel", "purpose", "randBoostScore", "randBoostScore_l1", "reactivatedAt", "referenceNumber", "rentFrequency", "rooms", "score", "score_l1", "slug", "slug_l1", "sourceID", "state", "title", "title_l1", "touchedAt", "type", "updatedAt", "userExternalID", "verification", "videoCount", "videos"]} |
a5dcd03b-92de-475f-a847-6c588c884596/62ccfaa0-1423-44dc-aed0-ee50f22957b4/0/0 | Business Name Generator | Business Name Generator API | 7.9 | Business Name Generator | Business Name Generator | 200 | Response | ["Insight Api", "Arclight Api", "Bot Api", "Rubicon Api", "Cookie Api", "Apido", "Apilaza", "Vision Api", "Flash Api", "Binary Api", "Giga Api", "Titan Api", "Alpha Api", "Apiaro", "Synthetic Api", "Apister", "Force Api", "Apiverse", "Alt Api", "Electric Api", "Automate Api", "Integration Api", "Apiry", "Interactive Api", "Fuel Api", "Smart Api", "Systems Api", "Apideck", "Apioryx", "Nest Api", "Condition Api", "Chip Api", "Cyper Api", "Omega Api", "Nomad Api", "Mach Api", "Micro Api", "Revolution Api", "Bit Api", "Vista Api", "App Api", "Operation Api", "Framework Api", "Linear Api", "Pivot Api", "Lock Api", "Atlas Api", "Expression Api", "Abstract Api", "Apiology", "Core Api", "Hyper Api", "Luminous Api", "Algorithm Api", "Desk Api", "Graphics Api", "Apiooze", "Rank Api", "Apihut", "Squared Api", "Apix", "Tec Api", "Secure Api", "Power Api", "Modular Api", "Apiops", "Apilia", "Apique", "Command Api", "Apiwind", "Sprint Api", "Chrome Api", "Intellect Api", "Surface Api", "Chroma Api", "Apiopedia", "Level Api", "Network Api", "Link Api", "Mobile Api", "Overwrite Api", "Apibes", "Controller Api", "Macro Api", "Sign Api", "Apipad", "Veritas Api", "Net Api", "Script Api", "Point Api", "Apiistic", "Truth Api", "Enigma Api", "Hover Api", "Dev Api", "Info Api"] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
f15d35dc-88b3-4ef6-99d8-7bda269ab5a7/43852d61-d979-4d4c-8074-04e52d165e6c/0/0 | Zoopla | Real-time data, unofficial API zoopla.co.uk, API to query UK real estate, search for-sale and rental listings. | 6.5 | properties/detail | properties/detail | 200 | New Example | {"data": {"__typename": "ListingData", "adTargeting": {"__typename": "ListingAnalyticsTaxonomy", "acorn": 17, "acornType": 17, "areaName": "London", "bedsMax": 4, "bedsMin": 4, "branchId": 4817, "branchLogoUrl": "https://st.zoocdn.com/zoopla_static_agent_logo_(57066).jpeg", "branchName": "Living Space Estate Agents", "brandName": "Living Space", "chainFree": false, "companyId": 2295, "countryCode": "gb", "countyAreaName": "London", "currencyCode": "GBP", "displayAddress": "Greenwood Road, London E8", "furnishedState": "unfurnished", "groupId": null, "hasEpc": false, "hasFloorplan": true, "incode": "1NE", "isRetirementHome": false, "isSharedOwnership": false, "listingCondition": "pre-owned", "listingId": 66094475, "listingStatus": "to_rent", "listingsCategory": "residential", "location": "London", "memberType": "agent", "numBaths": 3, "numBeds": 4, "numImages": 13, "numRecepts": 1, "outcode": "E8", "postTownName": "London", "postalArea": "E", "price": 5950, "priceActual": 5950, "priceMax": 6000, "priceMin": 5500, "priceQualifier": "", "propertyHighlight": "Bi-Fold Doors|Garden", "propertyType": "terraced", "regionName": "London", "section": "to-rent", "sizeSqFeet": "1700", "tenure": null, "uuid": "1a780edd-50a1-4114-886a-27fa376d5322", "zindex": 550205}, "additionalLinks": [], "administrationFees": null, "analyticsEcommerce": {"__typename": "ListingAnalyticsEcommerce", "brand": "Living Space", "category": "to-rent/resi/agent/pre-owned/gb", "id": 66094475, "name": "TR_Contact", "price": 1, "quantity": 1, "variant": "premium plus"}, "analyticsTaxonomy": {"__typename": "ListingAnalyticsTaxonomy", "acorn": 17, "acornType": 17, "areaName": "London", "bedsMax": 4, "bedsMin": 4, "branchId": 4817, "branchLogoUrl": "https://st.zoocdn.com/zoopla_static_agent_logo_(57066).jpeg", "branchName": "Living Space Estate Agents", "brandName": "Living Space", "chainFree": false, "companyId": 2295, "countryCode": "gb", "countyAreaName": "London", "currencyCode": "GBP", "displayAddress": "Greenwood Road, London E8", "furnishedState": "unfurnished", "groupId": null, "hasEpc": false, "hasFloorplan": true, "incode": "1NE", "isRetirementHome": false, "isSharedOwnership": false, "listingCondition": "pre-owned", "listingId": 66094475, "listingStatus": "to_rent", "listingsCategory": "residential", "location": "London", "memberType": "agent", "numBaths": 3, "numBeds": 4, "numImages": 13, "numRecepts": 1, "outcode": "E8", "postTownName": "London", "postalArea": "E", "price": 5950, "priceActual": 5950, "priceMax": 6000, "priceMin": 5500, "priceQualifier": "", "propertyHighlight": "Bi-Fold Doors|Garden", "propertyType": "terraced", "regionName": "London", "section": "to-rent", "sizeSqFeet": "1700", "tenure": null, "uuid": "1a780edd-50a1-4114-886a-27fa376d5322", "zindex": 550205}, "branch": {"__typename": "AgentBranch", "address": "105 St Pauls Road, Islington, London", "attributes": {"__typename": "BranchAttributes", "embeddedContentIsBlacklisted": false, "showOverseasListingExactLocation": false}, "branchDetailsUri": "/find-agents/branch/living-space-estate-agents-london-4817/", "branchId": "4817", "branchResultsUri": "/to-rent/branch/living-space-estate-agents-london-4817/", "logoUrl": "https://st.zoocdn.com/zoopla_static_agent_logo_(57066).jpeg", "memberType": "agent", "name": "Living Space Estate Agents", "phone": "020 3641 4571", "postcode": "N1 2NA", "profile": {"__typename": "AgentProfile", "details": "<p>Not all Estate Agents are the same We at Living Space Estate Agents have passion for delivering the very best in customer service ensuring you receive the highest level of attention to detail all the time. Our staff will keep you informed of all the developments taking place during the process of providing you any one of the comprehensive range of services that we provide. Whatever your property needs, when you contact Living Space Estate Agents you can be assured of friendly and professional advice. We pride ourselves on being an innovative, efficient and highly motivated company with the highest quality service levels being paramount. Living Space Estate Agents is one of North London’s residential sales and lettings agents and has built up an enviable reputation as a professional, dedicated and proactive organization who looks after its clients interests at all times. With our newly refurbished North London office based in Highbury & Islington, we are ideally positioned and thus expanding the search area for the ideal tenants for your home. As a company we believe in providing the highest levels of customer service to our clients and always strive to go that one step further. Living Space Estate Agents has a firm belief in only hiring the best staff available. In our office you will not only find friendly and professional employees, but people that have a vast understanding of both the local market. All members of the office are on hand at all times and will be able to guide and help you throughout any part of the renting processor selling process.</p>"}}, "category": "residential", "content": {"__typename": "MediaContent", "audioTour": null, "floorPlan": [{"__typename": "Media", "caption": null, "filename": "49dc06a94f18354b0a5c8d8d61294017aad3a137.jpg", "original": "https://lc.zoocdn.com/49dc06a94f18354b0a5c8d8d61294017aad3a137.jpg", "type": "floor_plan", "url": null}], "virtualTour": [{"__typename": "Media", "caption": null, "filename": null, "original": "https://youtu.be/RBXDPWjSU7g", "type": "virtual_tour", "url": null}]}, "counts": {"__typename": "RoomCount", "numBathrooms": 3, "numBedrooms": 4, "numLivingRooms": 1}, "derivedEPC": null, "detailedDescription": "Living Space are pleased to offer this unique, stunning 4 bedroom 3 bathroom house which has been newly built to a very high standard and situated in a fantastic location. This property benefits from high ceilings, contemporary fixtures and fittings, stunning reception room with sliding doors opening onto landscaped designed garden, 4 good size double bedrooms, bespoke fitted kitchen. Available January 3rd 2024", "displayAddress": "Greenwood Road, London E8", "embeddedContent": {"__typename": "EmbeddedContent", "links": null, "tours": null, "videos": [{"__typename": "Media", "caption": null, "filename": null, "original": "https://youtu.be/RBXDPWjSU7g", "type": "virtual_tour", "url": "https://www.youtube.com/embed/RBXDPWjSU7g?rel=0"}]}, "epc": {"__typename": "EPC", "image": null, "pdf": null}, "featurePreview": [{"__typename": "Feature", "content": 4, "iconId": "bed"}, {"__typename": "Feature", "content": 3, "iconId": "bath"}, {"__typename": "Feature", "content": 1, "iconId": "chair"}], "features": {"__typename": "Features", "bullets": ["Private garden", "Central heating", "Double glazing", "Wood floors"], "flags": {"__typename": "FeatureFlag", "availableFromDate": "2024-01-03T00:00:00", "furnishedState": {"__typename": "Label", "label": "Unfurnished", "name": "unfurnished"}, "studentFriendly": false, "tenure": null}, "highlights": [{"__typename": "FeatureHighlight", "description": null, "label": "Bi-Fold Doors"}, {"__typename": "FeatureHighlight", "description": null, "label": "Garden"}]}, "floorArea": {"__typename": "FloorArea", "label": "1,700 sq. ft", "range": null, "units": "sq_feet", "unitsLabel": "sq. ft", "value": 1700}, "floorPlan": {"__typename": "FloorPlan", "image": [{"__typename": "Media", "caption": null, "filename": "49dc06a94f18354b0a5c8d8d61294017aad3a137.jpg"}], "links": null, "pdf": null}, "imagePreview": {"__typename": "Image", "caption": null, "src": "https://lid.zoocdn.com/645/430/79388748fe0d816efd90e96f766ef6e380c5acfa.jpg"}, "listingId": "66094475", "listingUris": {"__typename": "ListingUris", "contact": "/to-rent/contact/66094475/", "detail": "/to-rent/details/66094475/"}, "location": {"__typename": "ListingLocation", "coordinates": {"__typename": "LocationCoordinates", "isApproximate": false, "latitude": 51.546902, "longitude": -0.064028}, "countryCode": "GB", "postalCode": "E8 1NE", "propertyNumberOrName": null, "streetName": "Greenwood Road", "townOrCity": "London"}, "metaDescription": "4 bed terraced house to rent in Greenwood Road, London E8, renting for \u00a35,950 pcm from Living Space Estate Agents. See property details on Zoopla or browse all our range of properties in Greenwood Road, London E8.", "metaTitle": "4 bed terraced house to rent in Greenwood Road, London E8, \u00a35,950 pcm - Zoopla", "ntsInfo": [{"__typename": "NtsInfoItem", "title": "Deposit", "value": "Not available"}, {"__typename": "NtsInfoItem", "title": "Council tax band", "value": "Not available"}, {"__typename": "NtsInfoItem", "title": "Letting arrangements", "value": "Not available"}], "numberOfImages": 13, "pointsOfInterest": [{"__typename": "PointOfInterest", "address": "Sigdon Road, Hackney", "distanceMiles": 0.2, "latitude": 51.548765, "longitude": -0.062477, "title": "Mossbourne Parkside Academy", "type": "uk_school_primary"}, {"__typename": "PointOfInterest", "address": null, "distanceMiles": 0.2, "latitude": 51.548752, "longitude": -0.060164, "title": "Hackney Downs", "type": "national_rail_station"}, {"__typename": "PointOfInterest", "address": "Gayhurst Road, Hackney", "distanceMiles": 0.3, "latitude": 51.542365, "longitude": -0.062605, "title": "Gayhurst Community School", "type": "uk_school_primary"}, {"__typename": "PointOfInterest", "address": null, "distanceMiles": 0.4, "latitude": 51.546883, "longitude": -0.055916, "title": "Hackney Central", "type": "national_rail_station"}], "priceHistory": {"__typename": "PriceHistory", "firstPublished": {"__typename": "PriceHistoryFirstPublished", "firstPublishedDate": "2023-11-20T14:34:42", "priceLabel": "\u00a35,950 pcm"}, "lastSale": null, "priceChanges": null}, "pricing": {"__typename": "ListingPricing", "alternateRentFrequencyPrice": {"__typename": "PriceInfo", "currencyCode": null, "internalValue": 1373, "label": "\u00a31,373 pw", "rentFrequencyLabel": "pw", "unitsLabel": null, "valueLabel": "\u00a31,373"}, "currencyCode": "GBP", "internalValue": 5950, "isAuction": false, "label": "\u00a35,950 pcm", "originalCurrencyPrice": null, "pricePerFloorAreaUnit": null, "priceQualifierLabel": null, "qualifier": null, "rentFrequencyLabel": "pcm", "valueLabel": "\u00a35,950"}, "propertyImage": [{"__typename": "Media", "caption": null, "filename": "79388748fe0d816efd90e96f766ef6e380c5acfa.jpg", "original": "https://lc.zoocdn.com/79388748fe0d816efd90e96f766ef6e380c5acfa.jpg", "type": "property_image", "url": null}, {"__typename": "Media", "caption": null, "filename": "59ea7cbddfde38d1d674c6f59dd16961782c9392.jpg", "original": "https://lc.zoocdn.com/59ea7cbddfde38d1d674c6f59dd16961782c9392.jpg", "type": "property_image", "url": null}, {"__typename": "Media", "caption": null, "filename": "bd4cd2f33072f94143f99ef6e9b48088a200ede7.jpg", "original": "https://lc.zoocdn.com/bd4cd2f33072f94143f99ef6e9b48088a200ede7.jpg", "type": "property_image", "url": null}, {"__typename": "Media", "caption": null, "filename": "e6e3067dcc9c1a6777092a65281664ca920b2c76.jpg", "original": "https://lc.zoocdn.com/e6e3067dcc9c1a6777092a65281664ca920b2c76.jpg", "type": "property_image", "url": null}, {"__typename": "Media", "caption": null, "filename": "3d47af4ee510760faf393f635e71f2038ca8a070.jpg", "original": "https://lc.zoocdn.com/3d47af4ee510760faf393f635e71f2038ca8a070.jpg", "type": "property_image", "url": null}, {"__typename": "Media", "caption": null, "filename": "b9dc3a8d0cfa7e6f679f5a46d6b0c27bd0cc596c.jpg", "original": "https://lc.zoocdn.com/b9dc3a8d0cfa7e6f679f5a46d6b0c27bd0cc596c.jpg", "type": "property_image", "url": null}, {"__typename": "Media", "caption": null, "filename": "b0cce1f048eed3724ba3fe80127a8c3b8d28759c.jpg", "original": "https://lc.zoocdn.com/b0cce1f048eed3724ba3fe80127a8c3b8d28759c.jpg", "type": "property_image", "url": null}, {"__typename": "Media", "caption": null, "filename": "580a367d15b51e8506f0d6f186be74a8fc6db1db.jpg", "original": "https://lc.zoocdn.com/580a367d15b51e8506f0d6f186be74a8fc6db1db.jpg", "type": "property_image", "url": null}, {"__typename": "Media", "caption": null, "filename": "cb606a0a32379e302fdf2312054fae1b723b9d29.jpg", "original": "https://lc.zoocdn.com/cb606a0a32379e302fdf2312054fae1b723b9d29.jpg", "type": "property_image", "url": null}, {"__typename": "Media", "caption": null, "filename": "2fa597d680c87fe63b9e625e218b5f74604b05a9.jpg", "original": "https://lc.zoocdn.com/2fa597d680c87fe63b9e625e218b5f74604b05a9.jpg", "type": "property_image", "url": null}, {"__typename": "Media", "caption": null, "filename": "acffb3322703cb0e59589efe4ad891896fa9b08f.jpg", "original": "https://lc.zoocdn.com/acffb3322703cb0e59589efe4ad891896fa9b08f.jpg", "type": "property_image", "url": null}, {"__typename": "Media", "caption": null, "filename": "24a92f910402bec2fced5d676ebcab12c8564377.jpg", "original": "https://lc.zoocdn.com/24a92f910402bec2fced5d676ebcab12c8564377.jpg", "type": "property_image", "url": null}, {"__typename": "Media", "caption": null, "filename": "0a3a0e3ae0a0055b741cd34a4fa28c7ed4bfc798.jpg", "original": "https://lc.zoocdn.com/0a3a0e3ae0a0055b741cd34a4fa28c7ed4bfc798.jpg", "type": "property_image", "url": null}], "publicationStatus": "Live", "publishedOn": "2023-11-20T14:34:42", "section": "to-rent", "statusSummary": {"__typename": "ListingStatusSummary", "label": "Just added"}, "tags": [], "title": "4 bed terraced house to rent", "transports": [{"__typename": "Transport", "distanceInMiles": 0.5, "poiType": "national_rail_station", "title": "London Fields"}, {"__typename": "Transport", "distanceInMiles": 0.5, "poiType": "national_rail_station", "title": "Dalston Kingsland"}, {"__typename": "Transport", "distanceInMiles": 0.5, "poiType": "national_rail_station", "title": "Dalston Junction"}, {"__typename": "Transport", "distanceInMiles": 0.8, "poiType": "national_rail_station", "title": "Haggerston"}, {"__typename": "Transport", "distanceInMiles": 0.8, "poiType": "national_rail_station", "title": "Rectory Road"}, {"__typename": "Transport", "distanceInMiles": 1.1, "poiType": "national_rail_station", "title": "Clapton"}, {"__typename": "Transport", "distanceInMiles": 1.1, "poiType": "national_rail_station", "title": "Cambridge Heath"}, {"__typename": "Transport", "distanceInMiles": 1.1, "poiType": "national_rail_station", "title": "Homerton"}, {"__typename": "Transport", "distanceInMiles": 2.8, "poiType": "uk_ferry_port", "title": "Tower Millennium Pier"}, {"__typename": "Transport", "distanceInMiles": 2.8, "poiType": "uk_ferry_port", "title": "St Katharine's Pier"}, {"__typename": "Transport", "distanceInMiles": 2.9, "poiType": "uk_ferry_port", "title": "London Bridge City Pier"}], "viewCount": {"__typename": "ViewCount", "viewCount30day": 0}}, "message": "No data", "status": true} | {"type": "object", "properties": {"data": {"type": "object", "properties": {"__typename": {"type": "string"}, "adTargeting": {"type": "object", "properties": {"__typename": {"type": "string"}, "acorn": {"type": "integer"}, "acornType": {"type": "integer"}, "areaName": {"type": "string"}, "bedsMax": {"type": "integer"}, "bedsMin": {"type": "integer"}, "branchId": {"type": "integer"}, "branchLogoUrl": {"type": "string"}, "branchName": {"type": "string"}, "brandName": {"type": "string"}, "chainFree": {"type": "boolean"}, "companyId": {"type": "integer"}, "countryCode": {"type": "string"}, "countyAreaName": {"type": "string"}, "currencyCode": {"type": "string"}, "displayAddress": {"type": "string"}, "furnishedState": {"type": "string"}, "groupId": {"type": "null"}, "hasEpc": {"type": "boolean"}, "hasFloorplan": {"type": "boolean"}, "incode": {"type": "string"}, "isRetirementHome": {"type": "boolean"}, "isSharedOwnership": {"type": "boolean"}, "listingCondition": {"type": "string"}, "listingId": {"type": "integer"}, "listingStatus": {"type": "string"}, "listingsCategory": {"type": "string"}, "location": {"type": "string"}, "memberType": {"type": "string"}, "numBaths": {"type": "integer"}, "numBeds": {"type": "integer"}, "numImages": {"type": "integer"}, "numRecepts": {"type": "integer"}, "outcode": {"type": "string"}, "postTownName": {"type": "string"}, "postalArea": {"type": "string"}, "price": {"type": "integer"}, "priceActual": {"type": "integer"}, "priceMax": {"type": "integer"}, "priceMin": {"type": "integer"}, "priceQualifier": {"type": "string"}, "propertyHighlight": {"type": "string"}, "propertyType": {"type": "string"}, "regionName": {"type": "string"}, "section": {"type": "string"}, "sizeSqFeet": {"type": "string"}, "tenure": {"type": "null"}, "uuid": {"type": "string"}, "zindex": {"type": "integer"}}}, "additionalLinks": {"type": "array"}, "administrationFees": {"type": "null"}, "analyticsEcommerce": {"type": "object", "properties": {"__typename": {"type": "string"}, "brand": {"type": "string"}, "category": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "price": {"type": "integer"}, "quantity": {"type": "integer"}, "variant": {"type": "string"}}}, "analyticsTaxonomy": {"type": "object", "properties": {"__typename": {"type": "string"}, "acorn": {"type": "integer"}, "acornType": {"type": "integer"}, "areaName": {"type": "string"}, "bedsMax": {"type": "integer"}, "bedsMin": {"type": "integer"}, "branchId": {"type": "integer"}, "branchLogoUrl": {"type": "string"}, "branchName": {"type": "string"}, "brandName": {"type": "string"}, "chainFree": {"type": "boolean"}, "companyId": {"type": "integer"}, "countryCode": {"type": "string"}, "countyAreaName": {"type": "string"}, "currencyCode": {"type": "string"}, "displayAddress": {"type": "string"}, "furnishedState": {"type": "string"}, "groupId": {"type": "null"}, "hasEpc": {"type": "boolean"}, "hasFloorplan": {"type": "boolean"}, "incode": {"type": "string"}, "isRetirementHome": {"type": "boolean"}, "isSharedOwnership": {"type": "boolean"}, "listingCondition": {"type": "string"}, "listingId": {"type": "integer"}, "listingStatus": {"type": "string"}, "listingsCategory": {"type": "string"}, "location": {"type": "string"}, "memberType": {"type": "string"}, "numBaths": {"type": "integer"}, "numBeds": {"type": "integer"}, "numImages": {"type": "integer"}, "numRecepts": {"type": "integer"}, "outcode": {"type": "string"}, "postTownName": {"type": "string"}, "postalArea": {"type": "string"}, "price": {"type": "integer"}, "priceActual": {"type": "integer"}, "priceMax": {"type": "integer"}, "priceMin": {"type": "integer"}, "priceQualifier": {"type": "string"}, "propertyHighlight": {"type": "string"}, "propertyType": {"type": "string"}, "regionName": {"type": "string"}, "section": {"type": "string"}, "sizeSqFeet": {"type": "string"}, "tenure": {"type": "null"}, "uuid": {"type": "string"}, "zindex": {"type": "integer"}}}, "branch": {"type": "object", "properties": {"__typename": {"type": "string"}, "address": {"type": "string"}, "attributes": {"type": "object", "properties": {"__typename": {"type": "string"}, "embeddedContentIsBlacklisted": {"type": "boolean"}, "showOverseasListingExactLocation": {"type": "boolean"}}}, "branchDetailsUri": {"type": "string"}, "branchId": {"type": "string"}, "branchResultsUri": {"type": "string"}, "logoUrl": {"type": "string"}, "memberType": {"type": "string"}, "name": {"type": "string"}, "phone": {"type": "string"}, "postcode": {"type": "string"}, "profile": {"type": "object", "properties": {"__typename": {"type": "string"}, "details": {"type": "string"}}}}}, "category": {"type": "string"}, "content": {"type": "object", "properties": {"__typename": {"type": "string"}, "audioTour": {"type": "null"}, "floorPlan": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "caption": {"type": "null"}, "filename": {"type": "string"}, "original": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "null"}}}}, "virtualTour": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "caption": {"type": "null"}, "filename": {"type": "null"}, "original": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "null"}}}}}}, "counts": {"type": "object", "properties": {"__typename": {"type": "string"}, "numBathrooms": {"type": "integer"}, "numBedrooms": {"type": "integer"}, "numLivingRooms": {"type": "integer"}}}, "derivedEPC": {"type": "null"}, "detailedDescription": {"type": "string"}, "displayAddress": {"type": "string"}, "embeddedContent": {"type": "object", "properties": {"__typename": {"type": "string"}, "links": {"type": "null"}, "tours": {"type": "null"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "caption": {"type": "null"}, "filename": {"type": "null"}, "original": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}}}}}, "epc": {"type": "object", "properties": {"__typename": {"type": "string"}, "image": {"type": "null"}, "pdf": {"type": "null"}}}, "featurePreview": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "content": {"type": "integer"}, "iconId": {"type": "string"}}}}, "features": {"type": "object", "properties": {"__typename": {"type": "string"}, "bullets": {"type": "array", "items": {"type": "string"}}, "flags": {"type": "object", "properties": {"__typename": {"type": "string"}, "availableFromDate": {"type": "string"}, "furnishedState": {"type": "object", "properties": {"__typename": {"type": "string"}, "label": {"type": "string"}, "name": {"type": "string"}}}, "studentFriendly": {"type": "boolean"}, "tenure": {"type": "null"}}}, "highlights": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "description": {"type": "null"}, "label": {"type": "string"}}}}}}, "floorArea": {"type": "object", "properties": {"__typename": {"type": "string"}, "label": {"type": "string"}, "range": {"type": "null"}, "units": {"type": "string"}, "unitsLabel": {"type": "string"}, "value": {"type": "integer"}}}, "floorPlan": {"type": "object", "properties": {"__typename": {"type": "string"}, "image": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "caption": {"type": "null"}, "filename": {"type": "string"}}}}, "links": {"type": "null"}, "pdf": {"type": "null"}}}, "imagePreview": {"type": "object", "properties": {"__typename": {"type": "string"}, "caption": {"type": "null"}, "src": {"type": "string"}}}, "listingId": {"type": "string"}, "listingUris": {"type": "object", "properties": {"__typename": {"type": "string"}, "contact": {"type": "string"}, "detail": {"type": "string"}}}, "location": {"type": "object", "properties": {"__typename": {"type": "string"}, "coordinates": {"type": "object", "properties": {"__typename": {"type": "string"}, "isApproximate": {"type": "boolean"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}}, "countryCode": {"type": "string"}, "postalCode": {"type": "string"}, "propertyNumberOrName": {"type": "null"}, "streetName": {"type": "string"}, "townOrCity": {"type": "string"}}}, "metaDescription": {"type": "string"}, "metaTitle": {"type": "string"}, "ntsInfo": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "title": {"type": "string"}, "value": {"type": "string"}}}}, "numberOfImages": {"type": "integer"}, "pointsOfInterest": {"type": "array", "items": {"type": "object"}}, "priceHistory": {"type": "object", "properties": {"__typename": {"type": "string"}, "firstPublished": {"type": "object", "properties": {"__typename": {"type": "string"}, "firstPublishedDate": {"type": "string"}, "priceLabel": {"type": "string"}}}, "lastSale": {"type": "null"}, "priceChanges": {"type": "null"}}}, "pricing": {"type": "object", "properties": {"__typename": {"type": "string"}, "alternateRentFrequencyPrice": {"type": "object", "properties": {"__typename": {"type": "string"}, "currencyCode": {"type": "null"}, "internalValue": {"type": "integer"}, "label": {"type": "string"}, "rentFrequencyLabel": {"type": "string"}, "unitsLabel": {"type": "null"}, "valueLabel": {"type": "string"}}}, "currencyCode": {"type": "string"}, "internalValue": {"type": "integer"}, "isAuction": {"type": "boolean"}, "label": {"type": "string"}, "originalCurrencyPrice": {"type": "null"}, "pricePerFloorAreaUnit": {"type": "null"}, "priceQualifierLabel": {"type": "null"}, "qualifier": {"type": "null"}, "rentFrequencyLabel": {"type": "string"}, "valueLabel": {"type": "string"}}}, "propertyImage": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "caption": {"type": "null"}, "filename": {"type": "string"}, "original": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "null"}}}}, "publicationStatus": {"type": "string"}, "publishedOn": {"type": "string"}, "section": {"type": "string"}, "statusSummary": {"type": "object", "properties": {"__typename": {"type": "string"}, "label": {"type": "string"}}}, "tags": {"type": "array"}, "title": {"type": "string"}, "transports": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "distanceInMiles": {"type": "number"}, "poiType": {"type": "string"}, "title": {"type": "string"}}}}, "viewCount": {"type": "object", "properties": {"__typename": {"type": "string"}, "viewCount30day": {"type": "integer"}}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}} |
f15d35dc-88b3-4ef6-99d8-7bda269ab5a7/fddd1998-cd5b-49e9-9b02-1c5b02a165f7/0/0 | Zoopla | Real-time data, unofficial API zoopla.co.uk, API to query UK real estate, search for-sale and rental listings. | 6.5 | auto-complete | auto-complete | 200 | New Example | {"data": [{"__typename": "GeoSuggestion", "geoIdentifier": "london", "geoLabel": "London", "geoSubLabel": null}, {"__typename": "GeoSuggestion", "geoIdentifier": "london-fields", "geoLabel": "London Fields, London", "geoSubLabel": null}, {"__typename": "GeoSuggestion", "geoIdentifier": "london-heathrow-airport", "geoLabel": "London Heathrow Airport, London", "geoSubLabel": null}, {"__typename": "GeoSuggestion", "geoIdentifier": "derry/londonderry", "geoLabel": "Londonderry, Derry", "geoSubLabel": null}, {"__typename": "GeoSuggestion", "geoIdentifier": "northern-ireland/londonderry", "geoLabel": "Londonderry", "geoSubLabel": null}, {"__typename": "GeoSuggestion", "geoIdentifier": "london-colney", "geoLabel": "London Colney, Hertfordshire", "geoSubLabel": null}, {"__typename": "GeoSuggestion", "geoIdentifier": "london-luton-airport", "geoLabel": "London Luton Airport, Bedfordshire", "geoSubLabel": null}, {"__typename": "GeoSuggestion", "geoIdentifier": "london-stansted-airport", "geoLabel": "London Stansted Airport, Essex", "geoSubLabel": null}, {"__typename": "GeoSuggestion", "geoIdentifier": "london-gatwick-airport", "geoLabel": "London Gatwick Airport, Surrey", "geoSubLabel": null}, {"__typename": "GeoSuggestion", "geoIdentifier": "north-yorkshire/londonderry", "geoLabel": "Londonderry, North Yorkshire", "geoSubLabel": null}], "message": "Successful", "status": true} | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"__typename": {"type": "string"}, "geoIdentifier": {"type": "string"}, "geoLabel": {"type": "string"}, "geoSubLabel": {"type": "null"}}}}, "message": {"type": "string"}, "status": {"type": "boolean"}}} |
17e2c021-abae-40c3-853d-73108d802189/3d379fb0-555d-400f-8242-cf82c76838fe/0/0 | Media Service API (The API for mediahub users) | Media Service API (The API for mediahub users) | 7.8 | updateOutputAccount | update output (HLS,SRT,RTP-FEC,ISSP,ZIXI) account | 200 | New Example | {"errorCode": "0x0", "errorInfo": "Success", "result": "511d42826ef04b708695872290185bd9"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errorCode": {"type": "string"}, "errorInfo": {"type": "string"}, "result": {"type": "string"}}, "required": ["errorCode", "errorInfo", "result"]} |
17e2c021-abae-40c3-853d-73108d802189/8c096aba-a5a5-483d-bb90-e3d6ba081ac7/0/0 | Media Service API (The API for mediahub users) | Media Service API (The API for mediahub users) | 7.8 | addOutputAccount | this api support add (HLS,SRT,RTP-FEC( PROMPEG),ISSP) output account | 200 | New Example | {"errorCode": "0x0", "errorInfo": "Success", "result": "5bb0575054744f71839bd36003bbfffd"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errorCode": {"type": "string"}, "errorInfo": {"type": "string"}, "result": {"type": "string"}}, "required": ["errorCode", "errorInfo", "result"]} |
17e2c021-abae-40c3-853d-73108d802189/5a64708d-f8f4-4c5a-9b11-d78e2febb3bd/0/0 | Media Service API (The API for mediahub users) | Media Service API (The API for mediahub users) | 7.8 | ListAllTypeOutputAccount | query all type output account list | 200 | New Example | {"errorCode": "0x0", "errorInfo": "Success", "result": {"total": 3, "list": [{"id": "6ad83f504f594b1ca2288b2adb0efdcb", "nickName": "HLS531", "createTime": 1653990294613, "updateTime": 1653990294613, "externalParameters": "{\"duration\":3,\"sliceCount\":10,\"index\":\"q9AO\"}", "bitrate": "8192", "resolution": "1280x720", "targetId": "", "type": "HLS", "userId": "8a08ca655f9ec2d901604f495fed01dd", "deleteFlag": 0, "importType": "output", "authType": "0", "isCrop": null, "pushTime": null, "subType": null, "living": false, "rid": null, "autoResolution": 0, "rtmpUrl": null, "audioTrackMap": null, "rtmpType": null}, {"id": "3366c632013642ab82e1e8b87d6190d7", "nickName": "SRT-share", "createTime": 1653989405919, "updateTime": 1653989405919, "externalParameters": "{\"ip\":\"\",\"port\":\"8288\",\"latency\":1000,\"packetSize\":1316,\"advParams\":\"\",\"audioLang\":\"eng\",\"streamType\":\"listener\"}", "bitrate": "8192", "resolution": "1280x720", "targetId": "", "type": "SRT", "userId": "8a08ca655f9ec2d901604f495fed01dd", "deleteFlag": 0, "importType": "output", "authType": "0", "isCrop": null, "pushTime": null, "subType": null, "living": false, "rid": null, "autoResolution": 0, "rtmpUrl": null, "audioTrackMap": null, "rtmpType": null}, {"id": "a8337e91c68947fe9cdec191093e0072", "nickName": "HLS-share", "createTime": 1653989208668, "updateTime": 1653989208668, "externalParameters": "{\"duration\":3,\"sliceCount\":10,\"index\":\"DYLg\"}", "bitrate": "8192", "resolution": "1280x720", "targetId": "", "type": "HLS", "userId": "8a08ca655f9ec2d901604f495fed01dd", "deleteFlag": 0, "importType": "output", "authType": "0", "isCrop": null, "pushTime": null, "subType": null, "living": false, "rid": null, "autoResolution": 0, "rtmpUrl": null, "audioTrackMap": null, "rtmpType": null}], "pageNum": 1, "pageSize": 10, "size": 3, "startRow": 0, "endRow": 2, "pages": 1, "prePage": 0, "nextPage": 0, "isFirstPage": true, "isLastPage": true, "hasPreviousPage": false, "hasNextPage": false, "navigatePages": 8, "navigatepageNums": [1], "navigateFirstPage": 1, "navigateLastPage": 1, "firstPage": 1, "lastPage": 1}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errorCode": {"type": "string"}, "errorInfo": {"type": "string"}, "result": {"type": "object", "properties": {"total": {"type": "integer"}, "list": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nickName": {"type": "string"}, "createTime": {"type": "integer"}, "updateTime": {"type": "integer"}, "externalParameters": {"type": "string"}, "bitrate": {"type": "string"}, "resolution": {"type": "string"}, "targetId": {"type": "string"}, "type": {"type": "string"}, "userId": {"type": "string"}, "deleteFlag": {"type": "integer"}, "importType": {"type": "string"}, "authType": {"type": "string"}, "isCrop": {"type": "null"}, "pushTime": {"type": "null"}, "subType": {"type": "null"}, "living": {"type": "boolean"}, "rid": {"type": "null"}, "autoResolution": {"type": "integer"}, "rtmpUrl": {"type": "null"}, "audioTrackMap": {"type": "null"}, "rtmpType": {"type": "null"}}, "required": ["audioTrackMap", "authType", "autoResolution", "bitrate", "createTime", "deleteFlag", "externalParameters", "id", "importType", "isCrop", "living", "nickName", "pushTime", "resolution", "rid", "rtmpType", "rtmpUrl", "subType", "targetId", "type", "updateTime", "userId"]}}, "pageNum": {"type": "integer"}, "pageSize": {"type": "integer"}, "size": {"type": "integer"}, "startRow": {"type": "integer"}, "endRow": {"type": "integer"}, "pages": {"type": "integer"}, "prePage": {"type": "integer"}, "nextPage": {"type": "integer"}, "isFirstPage": {"type": "boolean"}, "isLastPage": {"type": "boolean"}, "hasPreviousPage": {"type": "boolean"}, "hasNextPage": {"type": "boolean"}, "navigatePages": {"type": "integer"}, "navigatepageNums": {"type": "array", "items": {"type": "integer"}}, "navigateFirstPage": {"type": "integer"}, "navigateLastPage": {"type": "integer"}, "firstPage": {"type": "integer"}, "lastPage": {"type": "integer"}}, "required": ["endRow", "firstPage", "hasNextPage", "hasPreviousPage", "isFirstPage", "isLastPage", "lastPage", "list", "navigateFirstPage", "navigateLastPage", "navigatePages", "navigatepageNums", "nextPage", "pageNum", "pageSize", "pages", "prePage", "size", "startRow", "total"]}}, "required": ["errorCode", "errorInfo", "result"]} |
17e2c021-abae-40c3-853d-73108d802189/dd94fbe5-7d07-4ee2-9f7d-48882c7557ad/0/0 | Media Service API (The API for mediahub users) | Media Service API (The API for mediahub users) | 7.8 | addRtmpOutputAccount | add rtmp account api | 200 | New Example | {"errorCode": "0x0", "errorInfo": "Success", "result": {"mediaId": "431542354fgfdsgfds3454"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errorCode": {"type": "string"}, "errorInfo": {"type": "string"}, "result": {"type": "object", "properties": {"mediaId": {"type": "string"}}, "required": ["mediaId"]}}, "required": ["errorCode", "errorInfo", "result"]} |
17e2c021-abae-40c3-853d-73108d802189/9ebee406-08fd-4aa3-9ad7-9d2178da4148/0/0 | Media Service API (The API for mediahub users) | Media Service API (The API for mediahub users) | 7.8 | updateRtmpOutputAccount | update rtmp account api | 200 | New Example | {"errorCode": "0x0", "errorInfo": "Success", "result": null} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"errorCode": {"type": "string"}, "errorInfo": {"type": "string"}, "result": {"type": "null"}}, "required": ["errorCode", "errorInfo", "result"]} |
7f63e1d7-2c89-45f5-aeda-820f3bea76d2/58f4289a-63fd-4ee9-9786-3481d58af3f4/0/0 | Address and ZIP lookup | Get postal code, location and normalized address details. | 8.5 | Geocoding | Parse, validate, and locate an address or place | 200 | Example_1 | {"features": [{"geometry": {"coordinates": [-73.98205684845331, 40.738660100000004], "type": "Point"}, "type": "Feature", "properties": {"country": "United States of America", "city": "New York", "postcode": "10010", "state": "New York", "datasource": {"sourcename": "openstreetmap", "osm_id": 264760587, "osm_type": "W", "osm_key": "place", "osm_value": "postcode"}, "lon": -73.98205684845331, "lat": 40.738660100000004, "distance": 0.22853462298432803}, "bbox": [-73.9822093, 40.7388023, -73.9819002, 40.738524]}], "type": "FeatureCollection"} | {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"country": {"type": "string"}, "city": {"type": "string"}, "postcode": {"type": "string"}, "state": {"type": "string"}, "datasource": {"type": "object", "properties": {"sourcename": {"type": "string"}, "osm_id": {"type": "integer"}, "osm_type": {"type": "string"}, "osm_key": {"type": "string"}, "osm_value": {"type": "string"}}}, "lon": {"type": "number"}, "lat": {"type": "number"}, "distance": {"type": "number"}}}, "bbox": {"type": "array", "items": {"type": "number"}}}}}, "type": {"type": "string"}}} |
b75f2bb9-9799-451a-b5cc-44ed25d5d76f/54f180ba-306f-44cf-85a1-be8e113a2a1c/0/0 | Switzerland Company Data | Access to the official Swiss Government Company register via this API. Ideal for KYB purposes | null | SearchByCompanyUID | This API endpoint can be used to look up a swiss company by it's UID | 200 | Example_1 | [{"organisation": {"organisationIdentification": {"uid": {"uidOrganisationIdCategorie": 0, "uidOrganisationId": "103867266"}, "localOrganisationId": null, "OtherOrganisationId": [{"organisationIdCategory": "CH.HR", "organisationId": "CH27030020612"}, {"organisationIdCategory": "CH.EHRAID", "organisationId": "372098"}], "organisationName": "Novartis AG", "organisationLegalName": "Novartis AG", "organisationAdditionalName": null, "legalForm": "0106"}, "uidBrancheText": null, "NOGACode": null, "foundation": null, "liquidation": null, "address": [{"addressCategory": "LEGAL", "addressLine1": null, "addressLine2": null, "street": "Lichtstr.", "houseNumber": "35", "dwellingNumber": null, "postOfficeBoxNumberSpecified": false, "town": "Basel", "Items": [4056, "00", 2701, 11, 2081989], "ItemsElementName": [4, 5, 3, 1, 0], "countryIdISO2": "CH", "deliverableYesNo": true, "deliverableYesNoSpecified": true, "dateOfLastCheck": "2022-12-08T00:00:00", "dateOfLastCheckSpecified": true}], "contact": null, "languageOfCorrespondance": null}, "uidregInformation": {"uidregStatusEnterpriseDetail": 2, "uidregStatusEnterpriseDetailSpecified": true, "uidregPublicStatus": 1, "uidregPublicStatusSpecified": true, "uidregOrganisationTypeSpecified": false, "uidregLiquidationReasonSpecified": false, "uidregSource": null, "uidReplacement": null, "uidregUidService": false, "uidregUidServiceSpecified": true, "uidregTranslation": null}, "commercialRegisterInformation": {"commercialRegisterStatus": 1, "commercialRegisterEntryStatus": 0, "commercialRegisterEntryStatusSpecified": true, "commercialRegisterNameTranslation": null, "commercialRegisterEntryDateSpecified": false, "commercialRegisterLiquidationDateSpecified": false, "commercialRegisterEnterpriseType": 1, "commercialRegisterEnterpriseTypeSpecified": true}, "vatRegisterInformation": {"vatStatus": 1, "vatEntryStatusSpecified": false, "vatEntryDateSpecified": false, "vatLiquidationDateSpecified": false, "uidVat": {"uidOrganisationIdCategorie": 0, "uidOrganisationId": "116268023"}}, "leiRegisterInformation": null, "groupRelationship": [{"groupName": "VATGROUP", "organisationMembershipRole": 1, "groupParticipant": [{"participant": {"uidOrganisationIdCategorie": 0, "uidOrganisationId": "116268023"}, "participantRole": 0, "participantRoleSpecified": true}]}], "involvedPerson": null}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"organisation": {"type": "object", "properties": {"organisationIdentification": {"type": "object", "properties": {"uid": {"type": "object", "properties": {"uidOrganisationIdCategorie": {"type": "integer"}, "uidOrganisationId": {"type": "string"}}, "required": ["uidOrganisationId", "uidOrganisationIdCategorie"]}, "localOrganisationId": {"type": "null"}, "OtherOrganisationId": {"type": "array", "items": {"type": "object", "properties": {"organisationIdCategory": {"type": "string"}, "organisationId": {"type": "string"}}, "required": ["organisationId", "organisationIdCategory"]}}, "organisationName": {"type": "string"}, "organisationLegalName": {"type": "string"}, "organisationAdditionalName": {"type": "null"}, "legalForm": {"type": "string"}}, "required": ["OtherOrganisationId", "legalForm", "localOrganisationId", "organisationAdditionalName", "organisationLegalName", "organisationName", "uid"]}, "uidBrancheText": {"type": "null"}, "NOGACode": {"type": "null"}, "foundation": {"type": "null"}, "liquidation": {"type": "null"}, "address": {"type": "array", "items": {"type": "object", "properties": {"addressCategory": {"type": "string"}, "addressLine1": {"type": "null"}, "addressLine2": {"type": "null"}, "street": {"type": "string"}, "houseNumber": {"type": "string"}, "dwellingNumber": {"type": "null"}, "postOfficeBoxNumberSpecified": {"type": "boolean"}, "town": {"type": "string"}, "Items": {"type": "array", "items": {"type": ["integer", "string"]}}, "ItemsElementName": {"type": "array", "items": {"type": "integer"}}, "countryIdISO2": {"type": "string"}, "deliverableYesNo": {"type": "boolean"}, "deliverableYesNoSpecified": {"type": "boolean"}, "dateOfLastCheck": {"type": "string"}, "dateOfLastCheckSpecified": {"type": "boolean"}}, "required": ["Items", "ItemsElementName", "addressCategory", "addressLine1", "addressLine2", "countryIdISO2", "dateOfLastCheck", "dateOfLastCheckSpecified", "deliverableYesNo", "deliverableYesNoSpecified", "dwellingNumber", "houseNumber", "postOfficeBoxNumberSpecified", "street", "town"]}}, "contact": {"type": "null"}, "languageOfCorrespondance": {"type": "null"}}, "required": ["NOGACode", "address", "contact", "foundation", "languageOfCorrespondance", "liquidation", "organisationIdentification", "uidBrancheText"]}, "uidregInformation": {"type": "object", "properties": {"uidregStatusEnterpriseDetail": {"type": "integer"}, "uidregStatusEnterpriseDetailSpecified": {"type": "boolean"}, "uidregPublicStatus": {"type": "integer"}, "uidregPublicStatusSpecified": {"type": "boolean"}, "uidregOrganisationTypeSpecified": {"type": "boolean"}, "uidregLiquidationReasonSpecified": {"type": "boolean"}, "uidregSource": {"type": "null"}, "uidReplacement": {"type": "null"}, "uidregUidService": {"type": "boolean"}, "uidregUidServiceSpecified": {"type": "boolean"}, "uidregTranslation": {"type": "null"}}, "required": ["uidReplacement", "uidregLiquidationReasonSpecified", "uidregOrganisationTypeSpecified", "uidregPublicStatus", "uidregPublicStatusSpecified", "uidregSource", "uidregStatusEnterpriseDetail", "uidregStatusEnterpriseDetailSpecified", "uidregTranslation", "uidregUidService", "uidregUidServiceSpecified"]}, "commercialRegisterInformation": {"type": "object", "properties": {"commercialRegisterStatus": {"type": "integer"}, "commercialRegisterEntryStatus": {"type": "integer"}, "commercialRegisterEntryStatusSpecified": {"type": "boolean"}, "commercialRegisterNameTranslation": {"type": "null"}, "commercialRegisterEntryDateSpecified": {"type": "boolean"}, "commercialRegisterLiquidationDateSpecified": {"type": "boolean"}, "commercialRegisterEnterpriseType": {"type": "integer"}, "commercialRegisterEnterpriseTypeSpecified": {"type": "boolean"}}, "required": ["commercialRegisterEnterpriseType", "commercialRegisterEnterpriseTypeSpecified", "commercialRegisterEntryDateSpecified", "commercialRegisterEntryStatus", "commercialRegisterEntryStatusSpecified", "commercialRegisterLiquidationDateSpecified", "commercialRegisterNameTranslation", "commercialRegisterStatus"]}, "vatRegisterInformation": {"type": "object", "properties": {"vatStatus": {"type": "integer"}, "vatEntryStatusSpecified": {"type": "boolean"}, "vatEntryDateSpecified": {"type": "boolean"}, "vatLiquidationDateSpecified": {"type": "boolean"}, "uidVat": {"type": "object", "properties": {"uidOrganisationIdCategorie": {"type": "integer"}, "uidOrganisationId": {"type": "string"}}, "required": ["uidOrganisationId", "uidOrganisationIdCategorie"]}}, "required": ["uidVat", "vatEntryDateSpecified", "vatEntryStatusSpecified", "vatLiquidationDateSpecified", "vatStatus"]}, "leiRegisterInformation": {"type": "null"}, "groupRelationship": {"type": "array", "items": {"type": "object", "properties": {"groupName": {"type": "string"}, "organisationMembershipRole": {"type": "integer"}, "groupParticipant": {"type": "array", "items": {"type": "object", "properties": {"participant": {"type": "object", "properties": {"uidOrganisationIdCategorie": {"type": "integer"}, "uidOrganisationId": {"type": "string"}}, "required": ["uidOrganisationId", "uidOrganisationIdCategorie"]}, "participantRole": {"type": "integer"}, "participantRoleSpecified": {"type": "boolean"}}, "required": ["participant", "participantRole", "participantRoleSpecified"]}}}, "required": ["groupName", "groupParticipant", "organisationMembershipRole"]}}, "involvedPerson": {"type": "null"}}, "required": ["commercialRegisterInformation", "groupRelationship", "involvedPerson", "leiRegisterInformation", "organisation", "uidregInformation", "vatRegisterInformation"]}} |
489e3c2c-0b93-4688-975d-1eb1803f173a/95a1b19d-99fd-4ced-bcbd-8b096838ca28/0/0 | What3WordsConverter | An API to quickly convert a postcode into a What3Words address. | null | convert-single-postcode | Convert a single postcode. | 200 | Converted Postcode Example | {"convertedPostcode": {"w3waddress": "envy.shirts.limes"}} | {"type": "object", "properties": {"convertedPostcode": {"type": "object", "properties": {"w3waddress": {"type": "string"}}}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/da19396a-241b-4fb3-a8db-fbc1cfb302cc/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /anchors | Anchor one or more documents. If more than one docs are given, a merkle tree is created and root is anchored. More info about Anchors Creation | 402 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/da19396a-241b-4fb3-a8db-fbc1cfb302cc/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /anchors | Anchor one or more documents. If more than one docs are given, a merkle tree is created and root is anchored. More info about Anchors Creation | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/da19396a-241b-4fb3-a8db-fbc1cfb302cc/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /anchors | Anchor one or more documents. If more than one docs are given, a merkle tree is created and root is anchored. More info about Anchors Creation | 401 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/da19396a-241b-4fb3-a8db-fbc1cfb302cc/3/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /anchors | Anchor one or more documents. If more than one docs are given, a merkle tree is created and root is anchored. More info about Anchors Creation | 409 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/da19396a-241b-4fb3-a8db-fbc1cfb302cc/4/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /anchors | Anchor one or more documents. If more than one docs are given, a merkle tree is created and root is anchored. More info about Anchors Creation | 200 | null | {"id": "", "data": {}} | {"description": "Object containing unique id of the background task and associated data. This id can be used to query the job status", "properties": {"id": {"description": "Unique id of the background task. This id can be used to query the job status", "type": "string"}, "data": {"type": "object"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/6b440601-5110-49c2-912e-b48a517f0c63/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /anchors/{anchor} | Gets a specific anchor by ID | 200 | null | {"anchor": "", "blockHash": "", "root": ""} | {"description": "An anchor. Either a batched or single. Data includes anchor, type (single, batch), block hash, block no and accompanying data (root, proofs) if any. The data depends if the anchor was created using API or not.", "type": "object", "properties": {"anchor": {"description": "32 byte hex string. Ignoring higher base (base64) for similicity.", "type": "string", "minimum": 64, "maximum": 64}, "blockHash": {"description": "32 byte hex string. Ignoring higher base (base64) for similicity.", "type": "string", "minimum": 64, "maximum": 64}, "root": {"description": "32 byte hex string. Ignoring higher base (base64) for similicity.", "type": "string", "minimum": 64, "maximum": 64}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/6b440601-5110-49c2-912e-b48a517f0c63/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /anchors/{anchor} | Gets a specific anchor by ID | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/2b2e4a12-75cb-4a8c-9c4e-22656a058cd3/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /credentials/{id} | Get credential metadata and contents if persistent | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/2b2e4a12-75cb-4a8c-9c4e-22656a058cd3/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /credentials/{id} | Get credential metadata and contents if persistent | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/b521a9d4-a301-4ef8-85f5-b98b8a3a0a4c/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-templates/{id}/history | 200 | null | [{"attributes": {}, "name": "Proof request", "nonce": "1234567890", "qr": ""}] | {"type": "array", "items": {"type": "object", "properties": {"attributes": {"type": "object", "description": "Requested attribute specifications of proof request", "additionalProperties": {"type": "object", "properties": {"name": {"type": "string", "description": "Attribute name"}, "names": {"type": "array", "description": "Attribute name group", "items": {"type": "string"}}}}}, "name": {"type": "string", "description": "Proof request name"}, "nonce": {"type": "string", "description": "Nonce or challenge for the presentation to match"}, "qr": {"type": "string", "description": "QR code deep link for mobile wallet scanning"}}, "required": ["name"]}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/b521a9d4-a301-4ef8-85f5-b98b8a3a0a4c/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-templates/{id}/history | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/188a79fd-dfa3-41ef-991b-fe77823bc459/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-requests/{id}/send-presentation | Sends a presentation to the request | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/188a79fd-dfa3-41ef-991b-fe77823bc459/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-requests/{id}/send-presentation | Sends a presentation to the request | 200 | null | {"attributes": {}, "name": "Proof request", "nonce": "1234567890", "qr": "", "id": "", "error": "", "response_url": "", "verified": true, "presentation": {}, "created": "", "updated": ""} | {"allOf": [{"type": "object", "properties": {"attributes": {"type": "object", "description": "Requested attribute specifications of proof request", "additionalProperties": {"type": "object", "properties": {"name": {"type": "string", "description": "Attribute name"}, "names": {"type": "array", "description": "Attribute name group", "items": {"type": "string"}}}}}, "name": {"type": "string", "description": "Proof request name"}, "nonce": {"type": "string", "description": "Nonce or challenge for the presentation to match"}, "qr": {"type": "string", "description": "QR code deep link for mobile wallet scanning"}}, "required": ["name"]}, {"type": "object", "required": ["id", "verified", "created", "updated", "response_url"], "properties": {"id": {"type": "string", "format": "uuid"}, "error": {"type": "string"}, "response_url": {"type": "string"}, "verified": {"type": "boolean"}, "presentation": {"type": "object"}, "created": {"type": "string", "format": "date-time"}, "updated": {"type": "string", "format": "date-time"}}}]} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/188a79fd-dfa3-41ef-991b-fe77823bc459/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-requests/{id}/send-presentation | Sends a presentation to the request | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/6c55c4e5-5e42-479e-8393-546785486bd0/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-templates/{id}/request | Creates a proof request from this template | 200 | null | {"attributes": {}, "name": "Proof request", "nonce": "1234567890", "qr": "", "id": "", "error": "", "response_url": "", "verified": true, "presentation": {}, "created": "", "updated": ""} | {"allOf": [{"type": "object", "properties": {"attributes": {"type": "object", "description": "Requested attribute specifications of proof request", "additionalProperties": {"type": "object", "properties": {"name": {"type": "string", "description": "Attribute name"}, "names": {"type": "array", "description": "Attribute name group", "items": {"type": "string"}}}}}, "name": {"type": "string", "description": "Proof request name"}, "nonce": {"type": "string", "description": "Nonce or challenge for the presentation to match"}, "qr": {"type": "string", "description": "QR code deep link for mobile wallet scanning"}}, "required": ["name"]}, {"type": "object", "required": ["id", "verified", "created", "updated", "response_url"], "properties": {"id": {"type": "string", "format": "uuid"}, "error": {"type": "string"}, "response_url": {"type": "string"}, "verified": {"type": "boolean"}, "presentation": {"type": "object"}, "created": {"type": "string", "format": "date-time"}, "updated": {"type": "string", "format": "date-time"}}}]} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/6c55c4e5-5e42-479e-8393-546785486bd0/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-templates/{id}/request | Creates a proof request from this template | 402 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/6c55c4e5-5e42-479e-8393-546785486bd0/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-templates/{id}/request | Creates a proof request from this template | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/d2964e64-e405-47bf-b798-2e43e472dd15/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-templates/{id} | Deletes the proof templates and associated data | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/d2964e64-e405-47bf-b798-2e43e472dd15/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-templates/{id} | Deletes the proof templates and associated data | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/9ba5a550-d750-4c28-b3e0-19ae2518cc94/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /credentials | Creates and issues a verifiable credential with supplied data. More info about Issue a Credential | 401 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/9ba5a550-d750-4c28-b3e0-19ae2518cc94/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /credentials | Creates and issues a verifiable credential with supplied data. More info about Issue a Credential | 402 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/9ba5a550-d750-4c28-b3e0-19ae2518cc94/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /credentials | Creates and issues a verifiable credential with supplied data. More info about Issue a Credential | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/9ba5a550-d750-4c28-b3e0-19ae2518cc94/3/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /credentials | Creates and issues a verifiable credential with supplied data. More info about Issue a Credential | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/9ba5a550-d750-4c28-b3e0-19ae2518cc94/4/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /credentials | Creates and issues a verifiable credential with supplied data. More info about Issue a Credential | 200 | null | {"@context": [], "id": "", "type": [], "credentialSubject": {}, "issuer": "did:dock:xyz", "issuanceDate": "", "expirationDate": "", "credentialStatus": {}, "proof": {"type": "Sr25519Signature2020", "proofPurpose": "assertionMethod", "verificationMethod": "", "created": "", "proofValue": ""}} | {"description": "Verifiable (signed) Credential returned by API. The current set of properties is almost complete", "type": "object", "properties": {"@context": {"description": "JSON-LD context", "oneOf": [{"type": "array", "items": {"oneOf": [{"description": "**Omitted**"}, {"description": "**Omitted**"}]}}, {"type": "string"}]}, "id": {"type": "string", "format": "uri"}, "type": {"type": "array", "items": {"type": "string"}}, "credentialSubject": {"oneOf": [{"type": "object"}, {"type": "array", "items": {"type": "object"}}]}, "issuer": {"oneOf": [{"description": "DID as fully qualified, typically. `did:dock:`", "type": "string", "minimum": 32}, {"type": "object"}]}, "issuanceDate": {"type": "string", "format": "date-time"}, "expirationDate": {"type": "string", "format": "date-time"}, "credentialStatus": {"description": "Revocation registry id or user supplied status object", "oneOf": [{"type": "object"}, {"type": "string"}]}, "proof": {"type": "object", "properties": {"type": {"description": "Type of signature", "type": "string", "enum": ["Sr25519Signature2020", "Ed25519Signature2018", "EcdsaSecp256k1Signature2019", "Bls12381BBS+SignatureDock2022", "Bls12381BBS+SignatureProofDock2022"]}, "proofPurpose": {"description": "Purpose of credential", "type": "string", "enum": ["assertionMethod", "authentication"]}, "verificationMethod": {"type": "string"}, "created": {"type": "string", "format": "date-time"}, "proofValue": {"type": "string"}}}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/c7a0e804-bae4-4437-ab22-8f8f7de52426/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-templates/{id} | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/c7a0e804-bae4-4437-ab22-8f8f7de52426/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-templates/{id} | 200 | null | {"attributes": {}, "name": "Proof request", "nonce": "1234567890", "qr": "", "id": "", "error": "", "created": "", "updated": ""} | {"allOf": [{"type": "object", "properties": {"attributes": {"type": "object", "description": "Requested attribute specifications of proof request", "additionalProperties": {"type": "object", "properties": {"name": {"type": "string", "description": "Attribute name"}, "names": {"type": "array", "description": "Attribute name group", "items": {"type": "string"}}}}}, "name": {"type": "string", "description": "Proof request name"}, "nonce": {"type": "string", "description": "Nonce or challenge for the presentation to match"}, "qr": {"type": "string", "description": "QR code deep link for mobile wallet scanning"}}, "required": ["name"]}, {"type": "object", "required": ["id", "created", "updated"], "properties": {"id": {"type": "string", "format": "uuid"}, "error": {"type": "string"}, "created": {"type": "string", "format": "date-time"}, "updated": {"type": "string", "format": "date-time"}}}]} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/c7a0e804-bae4-4437-ab22-8f8f7de52426/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-templates/{id} | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/c7a0e804-bae4-4437-ab22-8f8f7de52426/3/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-templates/{id} | 402 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/fe482f74-eeb2-4c24-b2fa-aa43ef031cf6/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /presentations | Creates and signs a verifiable presentation out of one or more Verifiable Credentials. More info about Presentations | 401 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/fe482f74-eeb2-4c24-b2fa-aa43ef031cf6/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /presentations | Creates and signs a verifiable presentation out of one or more Verifiable Credentials. More info about Presentations | 200 | null | {"@context": [], "id": "", "type": [], "verifiableCredential": {"@context": [], "id": "", "type": [], "credentialSubject": {}, "issuer": "did:dock:xyz", "issuanceDate": "", "expirationDate": "", "credentialStatus": {}, "proof": {"type": "Sr25519Signature2020", "proofPurpose": "assertionMethod", "verificationMethod": "", "created": "", "proofValue": ""}}, "proof": {"type": "Sr25519Signature2020", "proofPurpose": "assertionMethod", "verificationMethod": "", "created": "", "proofValue": ""}} | {"description": "Verifiable (signed) Presentation returned by API. The current set of properties is almost complete", "type": "object", "properties": {"@context": {"description": "JSON-LD context", "oneOf": [{"type": "array", "items": {"oneOf": [{"description": "**Omitted**"}, {"description": "**Omitted**"}]}}, {"type": "string"}]}, "id": {"type": "string", "format": "uri"}, "type": {"type": "array", "items": {"type": "string"}}, "verifiableCredential": {"oneOf": [{"description": "Verifiable (signed) Credential returned by API. The current set of properties is almost complete", "type": "object", "properties": {"@context": {"description": "JSON-LD context", "oneOf": [{"type": "array", "items": {"oneOf": [{"description": "**Omitted**"}, {"description": "**Omitted**"}]}}, {"type": "string"}]}, "id": {"type": "string", "format": "uri"}, "type": {"type": "array", "items": {"type": "string"}}, "credentialSubject": {"oneOf": [{"type": "object"}, {"type": "array", "items": {"type": "object"}}]}, "issuer": {"oneOf": [{"description": "DID as fully qualified, typically. `did:dock:`", "type": "string", "minimum": 32}, {"type": "object"}]}, "issuanceDate": {"type": "string", "format": "date-time"}, "expirationDate": {"type": "string", "format": "date-time"}, "credentialStatus": {"description": "Revocation registry id or user supplied status object", "oneOf": [{"type": "object"}, {"type": "string"}]}, "proof": {"type": "object", "properties": {"type": {"description": "Type of signature", "type": "string", "enum": ["Sr25519Signature2020", "Ed25519Signature2018", "EcdsaSecp256k1Signature2019", "Bls12381BBS+SignatureDock2022", "Bls12381BBS+SignatureProofDock2022"]}, "proofPurpose": {"description": "Purpose of credential", "type": "string", "enum": ["assertionMethod", "authentication"]}, "verificationMethod": {"type": "string"}, "created": {"type": "string", "format": "date-time"}, "proofValue": {"type": "string"}}}}}, {"type": "array", "items": {"description": "Verifiable (signed) Credential returned by API. The current set of properties is almost complete", "type": "object", "properties": {"@context": {"description": "JSON-LD context", "oneOf": [{"type": "array", "items": {"oneOf": [{"description": "**Omitted**"}, {"description": "**Omitted**"}]}}, {"type": "string"}]}, "id": {"type": "string", "format": "uri"}, "type": {"type": "array", "items": {"type": "string"}}, "credentialSubject": {"oneOf": [{"type": "object"}, {"type": "array", "items": {"type": "object"}}]}, "issuer": {"oneOf": [{"description": "DID as fully qualified, typically. `did:dock:`", "type": "string", "minimum": 32}, {"type": "object"}]}, "issuanceDate": {"type": "string", "format": "date-time"}, "expirationDate": {"type": "string", "format": "date-time"}, "credentialStatus": {"description": "Revocation registry id or user supplied status object", "oneOf": [{"type": "object"}, {"type": "string"}]}, "proof": {"type": "object", "properties": {"type": {"description": "Type of signature", "type": "string", "enum": ["Sr25519Signature2020", "Ed25519Signature2018", "EcdsaSecp256k1Signature2019", "Bls12381BBS+SignatureDock2022", "Bls12381BBS+SignatureProofDock2022"]}, "proofPurpose": {"description": "Purpose of credential", "type": "string", "enum": ["assertionMethod", "authentication"]}, "verificationMethod": {"type": "string"}, "created": {"type": "string", "format": "date-time"}, "proofValue": {"type": "string"}}}}}}]}, "proof": {"type": "object", "properties": {"type": {"description": "Type of signature", "type": "string", "enum": ["Sr25519Signature2020", "Ed25519Signature2018", "EcdsaSecp256k1Signature2019", "Bls12381BBS+SignatureDock2022", "Bls12381BBS+SignatureProofDock2022"]}, "proofPurpose": {"description": "Purpose of credential", "type": "string", "enum": ["assertionMethod", "authentication"]}, "verificationMethod": {"type": "string"}, "created": {"type": "string", "format": "date-time"}, "proofValue": {"type": "string"}}}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/fe482f74-eeb2-4c24-b2fa-aa43ef031cf6/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /presentations | Creates and signs a verifiable presentation out of one or more Verifiable Credentials. More info about Presentations | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/fe482f74-eeb2-4c24-b2fa-aa43ef031cf6/3/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /presentations | Creates and signs a verifiable presentation out of one or more Verifiable Credentials. More info about Presentations | 402 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/e87d4cc8-88b4-421d-8f47-15e8b0018afd/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-requests/{id} | Deletes the proof request and associated data | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/e87d4cc8-88b4-421d-8f47-15e8b0018afd/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-requests/{id} | Deletes the proof request and associated data | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/9e0508a8-fcfa-4331-b258-69c3c137dc87/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-templates/{id} | Get the details of an existing proof templates | 200 | null | {"attributes": {}, "name": "Proof request", "nonce": "1234567890", "qr": "", "id": "", "error": "", "created": "", "updated": ""} | {"allOf": [{"type": "object", "properties": {"attributes": {"type": "object", "description": "Requested attribute specifications of proof request", "additionalProperties": {"type": "object", "properties": {"name": {"type": "string", "description": "Attribute name"}, "names": {"type": "array", "description": "Attribute name group", "items": {"type": "string"}}}}}, "name": {"type": "string", "description": "Proof request name"}, "nonce": {"type": "string", "description": "Nonce or challenge for the presentation to match"}, "qr": {"type": "string", "description": "QR code deep link for mobile wallet scanning"}}, "required": ["name"]}, {"type": "object", "required": ["id", "created", "updated"], "properties": {"id": {"type": "string", "format": "uuid"}, "error": {"type": "string"}, "created": {"type": "string", "format": "date-time"}, "updated": {"type": "string", "format": "date-time"}}}]} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/9e0508a8-fcfa-4331-b258-69c3c137dc87/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-templates/{id} | Get the details of an existing proof templates | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/332d7700-e8f7-41da-ab26-2d50ba4175e5/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /schemas | Creates a JSON schema on the blockchain. More info about Schema Creation | 200 | null | {"id": "", "data": {}} | {"description": "Object containing unique id of the background task and associated data. This id can be used to query the job status", "properties": {"id": {"description": "Unique id of the background task. This id can be used to query the job status", "type": "string"}, "data": {"type": "object"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/332d7700-e8f7-41da-ab26-2d50ba4175e5/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /schemas | Creates a JSON schema on the blockchain. More info about Schema Creation | 402 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/332d7700-e8f7-41da-ab26-2d50ba4175e5/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /schemas | Creates a JSON schema on the blockchain. More info about Schema Creation | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/4ee29045-6357-4d43-bec2-e4251b177d04/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-templates | 200 | null | [{"attributes": {}, "name": "Proof request", "nonce": "1234567890", "qr": ""}] | {"type": "array", "items": {"type": "object", "properties": {"attributes": {"type": "object", "description": "Requested attribute specifications of proof request", "additionalProperties": {"type": "object", "properties": {"name": {"type": "string", "description": "Attribute name"}, "names": {"type": "array", "description": "Attribute name group", "items": {"type": "string"}}}}}, "name": {"type": "string", "description": "Proof request name"}, "nonce": {"type": "string", "description": "Nonce or challenge for the presentation to match"}, "qr": {"type": "string", "description": "QR code deep link for mobile wallet scanning"}}, "required": ["name"]}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/03b8029a-da3d-4e18-a21d-6ed3939c67fc/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /credentials/{id} | Deletes all credential metadata and contents from the client. More info about Delete Credentials | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/03b8029a-da3d-4e18-a21d-6ed3939c67fc/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /credentials/{id} | Deletes all credential metadata and contents from the client. More info about Delete Credentials | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/d2ce395e-03e7-4f28-a9d4-9556e9a99677/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /templates/{id} | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/d2ce395e-03e7-4f28-a9d4-9556e9a99677/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /templates/{id} | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/a9c564f7-90cd-4687-97ce-6cdf74c4b221/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-requests | 200 | null | [{"attributes": {}, "name": "Proof request", "nonce": "1234567890", "qr": ""}] | {"type": "array", "items": {"type": "object", "properties": {"attributes": {"type": "object", "description": "Requested attribute specifications of proof request", "additionalProperties": {"type": "object", "properties": {"name": {"type": "string", "description": "Attribute name"}, "names": {"type": "array", "description": "Attribute name group", "items": {"type": "string"}}}}}, "name": {"type": "string", "description": "Proof request name"}, "nonce": {"type": "string", "description": "Nonce or challenge for the presentation to match"}, "qr": {"type": "string", "description": "QR code deep link for mobile wallet scanning"}}, "required": ["name"]}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/baef20f9-5cbc-4810-bca4-4e6ac2bdae69/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /schemas/{schemaId} | Deletes a schema from the database | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/baef20f9-5cbc-4810-bca4-4e6ac2bdae69/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /schemas/{schemaId} | Deletes a schema from the database | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/baef20f9-5cbc-4810-bca4-4e6ac2bdae69/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /schemas/{schemaId} | Deletes a schema from the database | 200 | null | {"id": "", "data": {}} | {"description": "Object containing unique id of the background task and associated data. This id can be used to query the job status", "properties": {"id": {"description": "Unique id of the background task. This id can be used to query the job status", "type": "string"}, "data": {"type": "object"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/baef20f9-5cbc-4810-bca4-4e6ac2bdae69/3/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /schemas/{schemaId} | Deletes a schema from the database | 401 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/baef20f9-5cbc-4810-bca4-4e6ac2bdae69/4/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /schemas/{schemaId} | Deletes a schema from the database | 500 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/21f73605-3e78-4665-a495-cfef5227e233/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /data/history | Gets the call history for your account | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/00c326a7-069b-4550-9a6b-c4b42f74846d/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /data/transactions | Gets the transactions for your account | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/6d6427a3-8552-43a7-b374-96aad714e8d0/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /graphql | GraphQL query endpoint | 200 | null | {"code": 0} | {"description": "Default response", "type": "object", "properties": {"code": {"type": "integer"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/3331bfdb-e301-498e-831a-10b8c158ece9/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-requests | Create a proof request | 402 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/3331bfdb-e301-498e-831a-10b8c158ece9/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-requests | Create a proof request | 200 | null | {"attributes": {}, "name": "Proof request", "nonce": "1234567890", "qr": "", "id": "", "error": "", "response_url": "", "verified": true, "presentation": {}, "created": "", "updated": ""} | {"allOf": [{"type": "object", "properties": {"attributes": {"type": "object", "description": "Requested attribute specifications of proof request", "additionalProperties": {"type": "object", "properties": {"name": {"type": "string", "description": "Attribute name"}, "names": {"type": "array", "description": "Attribute name group", "items": {"type": "string"}}}}}, "name": {"type": "string", "description": "Proof request name"}, "nonce": {"type": "string", "description": "Nonce or challenge for the presentation to match"}, "qr": {"type": "string", "description": "QR code deep link for mobile wallet scanning"}}, "required": ["name"]}, {"type": "object", "required": ["id", "verified", "created", "updated", "response_url"], "properties": {"id": {"type": "string", "format": "uuid"}, "error": {"type": "string"}, "response_url": {"type": "string"}, "verified": {"type": "boolean"}, "presentation": {"type": "object"}, "created": {"type": "string", "format": "date-time"}, "updated": {"type": "string", "format": "date-time"}}}]} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/3331bfdb-e301-498e-831a-10b8c158ece9/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /proof-requests | Create a proof request | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/4db915ff-f0e9-43d9-8f6d-a2b27092e1c7/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /data/deletestaging | Deletes all data stored on our servers relating to your user account (credentials, dids, profiles - not authentication/account data). Thus can only be used in staging environments | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/4db915ff-f0e9-43d9-8f6d-a2b27092e1c7/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /data/deletestaging | Deletes all data stored on our servers relating to your user account (credentials, dids, profiles - not authentication/account data). Thus can only be used in staging environments | 200 | null | {"code": 0} | {"description": "Default response", "type": "object", "properties": {"code": {"type": "integer"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/d4dd3616-c7e1-4603-894a-710e349abc38/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /templates | 200 | null | {"id": "", "html": "", "css": "", "name": "", "metadata": {}} | {"type": "object", "required": ["id", "name"], "properties": {"id": {"type": "string"}, "html": {"type": "string"}, "css": {"type": "string"}, "name": {"type": "string"}, "metadata": {"type": "object"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/d4dd3616-c7e1-4603-894a-710e349abc38/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /templates | 402 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/d4dd3616-c7e1-4603-894a-710e349abc38/2/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /templates | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/d4dd3616-c7e1-4603-894a-710e349abc38/3/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /templates | 404 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/554648c5-ff0a-4017-8dab-7e8ad5048e25/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /data/accountdelete | WARNING - Deletes your entire account! this is a two step process that requires getting a token then re-submitting that token as validation | 400 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/554648c5-ff0a-4017-8dab-7e8ad5048e25/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /data/accountdelete | WARNING - Deletes your entire account! this is a two step process that requires getting a token then re-submitting that token as validation | 200 | null | {"code": 0} | {"description": "Default response", "type": "object", "properties": {"code": {"type": "integer"}}} |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/2bec820d-fcfd-4acd-8196-3fe72619249a/0/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /templates/{id} | 200 | null | {"id": "", "html": "", "css": "", "name": "", "metadata": {}} | {"type": "object", "required": ["id", "name"], "properties": {"id": {"type": "string"}, "html": {"type": "string"}, "css": {"type": "string"}, "name": {"type": "string"}, "metadata": {"type": "object"}}} | |
b4d7a498-f9e2-45b9-94b1-11e79dc0a73f/2bec820d-fcfd-4acd-8196-3fe72619249a/1/0 | Dock API | Dock's API easily integrates with your system and data sources, working in the background to make your data fraud-proof and instantly verifiable. With this API, developers can easily leverage Verifiable Credentials (VCs) and Decentralized Identifiers (DIDs) in their applications. VCs and DIDs are interoperable with other wallets and verification services using the same W3C open standards. | null | /templates/{id} | 402 | null | {"status": 0, "type": "", "message": ""} | {"description": "An API Error", "type": "object", "properties": {"status": {"type": "integer"}, "type": {"type": "string"}, "message": {"type": "string"}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.