Skip to content

Commit 70b95af

Browse files
committed
Add some new apis
1 parent 43e2f81 commit 70b95af

36 files changed

+7187
-0
lines changed
Lines changed: 22 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"slug":"bigdatacloud-net","name":"bigdatacloud.net","title":"IP Geolocation API","description":"BigDataCloud's IP Geolocation API returns detailed information about the geographical location, ownership and connectivity of the provided IPv4 IP address.\n\nThis API is powered by patent-pending ‘Next Generation IP Geolocation Technology'. As a result, the API has sub-millisecond response time.\n\nYou can authenticate the API with the use of API keys provided in your BigDataCloud account.\n\nBigDataCloud provides 10K Free queries per month. You can upgrade your package with $2/month per 10K additional queries.\n\nThe API has Unprecedented Update Rate\n- Geolocation data re-evaluated every 2 hours or at least once a day\n- BGP data updated every 2 hours\n- Registry data updated at least once a day\n- Country object data usually updates at least once in a month \n\nYou can learn more about the API at [bigdatacloud.com](https://www.bigdatacloud.com/ip-geolocation-apis).","logo":"bigdatacloud.net-logo.svg","logoMediaType":"image/svg+xml","tags":[{"name":"location"}],"stubs":"bigdatacloud.net-stubs.json"}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"mappings" : [ {
3+
"id" : "3801dfa1-917d-3595-8b23-ee5a3237dcee",
4+
"name" : "IP Geolocation with Confidence Area API - 200",
5+
"request" : {
6+
"urlPath" : "/data/ip-geolocation-with-confidence",
7+
"method" : "GET"
8+
},
9+
"response" : {
10+
"status" : 200
11+
},
12+
"uuid" : "3801dfa1-917d-3595-8b23-ee5a3237dcee",
13+
"persistent" : true,
14+
"metadata" : {
15+
"mocklab" : {
16+
"oas" : {
17+
"operationId" : "ipGeolocationWithConfidenceAreaApi"
18+
}
19+
}
20+
},
21+
"insertionIndex" : 0
22+
}, {
23+
"id" : "130ff1f4-e8f0-382b-9c9e-9acad42734ed",
24+
"name" : "IP Geolocation with Confidence Area and Hazard Report API - 200",
25+
"request" : {
26+
"urlPath" : "/data/ip-geolocation-full",
27+
"method" : "GET"
28+
},
29+
"response" : {
30+
"status" : 200
31+
},
32+
"uuid" : "130ff1f4-e8f0-382b-9c9e-9acad42734ed",
33+
"persistent" : true,
34+
"metadata" : {
35+
"mocklab" : {
36+
"oas" : {
37+
"operationId" : "ipGeolocationWithConfidenceAreaAndHazardReportApi"
38+
}
39+
}
40+
},
41+
"insertionIndex" : 1
42+
} ]
43+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"openapi":"3.0.3","servers":[{"url":"https://api.bigdatacloud.net"}],"info":{"description":"BigDataCloud's IP Geolocation API returns detailed information about the geographical location, ownership and connectivity of the provided IPv4 IP address.\n\nThis API is powered by patent-pending ‘Next Generation IP Geolocation Technology'. As a result, the API has sub-millisecond response time.\n\nYou can authenticate the API with the use of API keys provided in your BigDataCloud account.\n\nBigDataCloud provides 10K Free queries per month. You can upgrade your package with $2/month per 10K additional queries.\n\nThe API has Unprecedented Update Rate\n- Geolocation data re-evaluated every 2 hours or at least once a day\n- BGP data updated every 2 hours\n- Registry data updated at least once a day\n- Country object data usually updates at least once in a month \n\nYou can learn more about the API at [bigdatacloud.com](https://www.bigdatacloud.com/ip-geolocation-apis).","title":"IP Geolocation API","version":"1.0.0","x-apisguru-categories":["location"],"x-logo":{"url":"https://api.apis.guru/v2/cache/logo/https_res.cloudinary.com_bigdatacloud_image_upload_v1652921282_bdc-logo.svg"},"x-origin":[{"format":"postman","url":"https://www.postman.com/collections/10684407-3369ce87-fd01-423c-a38f-335da4db520b","version":"2.x"}],"x-providerName":"bigdatacloud.net"},"paths":{"/data/ip-geolocation-full":{"get":{"description":"This API returns additional security hazard report in addition to confidence area and locality information.","operationId":"ipGeolocationWithConfidenceAreaAndHazardReportApi","parameters":[{"description":"IPv4 IP address in a string or numeric format. If omitted, the caller’s IP address is assumed\n","in":"query","name":"ip","schema":{"example":"193.114.112.122","type":"string"}},{"description":"Preferred language for locality names in ISO 639-1 format, such as 'en' for English, 'es' for Spanish etc. Please note: 147 common world languages are supported, full list here, but not all languages are available for every location. If requested language is not available for a requested location it will default to English, if no English is available, the native, local names will be provided\n","in":"query","name":"localityLanguage","schema":{"example":"en","type":"string"}},{"description":"Your API key\n","in":"query","name":"key","schema":{"example":"{{API KEY}}","type":"string"}}],"responses":{"200":{"description":""}},"summary":"IP Geolocation with Confidence Area and Hazard Report API"}},"/data/ip-geolocation-with-confidence":{"get":{"description":"Returns list of geocoordinates which represents estimated geolocation confidence area.","operationId":"ipGeolocationWithConfidenceAreaApi","parameters":[{"description":"IPv4 IP address in a string or numeric format. If omitted, the caller’s IP address is assumed\n","in":"query","name":"ip","schema":{"example":"193.114.112.122","type":"string"}},{"description":"Preferred language for locality names in ISO 639-1 format, such as 'en' for English, 'es' for Spanish etc. Please note: 147 common world languages are supported, full list here, but not all languages are available for every location. If requested language is not available for a requested location it will default to English, if no English is available, the native, local names will be provided\n","in":"query","name":"localityLanguage","schema":{"example":"en","type":"string"}},{"description":"Your API key\n","in":"query","name":"key","schema":{"example":"{{API KEY}}","type":"string"}}],"responses":{"200":{"description":""}},"summary":"IP Geolocation with Confidence Area API"}}}}
8.34 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"slug":"docker-com-dvp","name":"docker.com:dvp","title":"DVP Data API","description":"The Docker DVP Data API allows [Docker Verified Publishers](https://docs.docker.com/docker-hub/publish/) to view image pull analytics data for their namespaces. Analytics data can be retrieved as raw data, or in a summary format.\n \n#### Summary data\n\nIn your summary data CSV, you will have access to the data points listed below. You can request summary data for a complete week (Monday through Sunday) or for a complete month (available on the first day of the following month). \n\nThere are two levels of summary data:\n\n- Repository-level, a summary of every namespace and repository\n- Tag- or digest-level, a summary of every namespace, repository, and reference\n (tag or digest)\n\n The summary data formats contain the following data points:\n\n- Unique IP address count\n- Pulls by tag count\n- Pulls by digest count\n- Version check count\n\n#### Raw data\n\nIn your raw data CSV you will have access to the data points listed below. You can request raw data for a complete week (Monday through Sunday) or for a complete month (available on the first day of the following month). **Note:** each action is represented as a single row.\n\n- Type (industry)\n- Host (cloud provider)\n- Country (geolocation)\n- Timestamp\n- Namespace\n- Repository\n- Reference (digest is always included, tag is provided when available)\n- HTTP request method\n- Action, one of the following:\n - Pull by tag\n - Pull by digest\n - Version check\n- User-Agent\n","logo":"docker.com-dvp-logo.png","logoMediaType":"image/png","tags":[{"name":"developer_tools"}],"stubs":"docker.com-dvp-stubs.json"}

0 commit comments

Comments
 (0)