1
1
#BigDataCloud Python API Client
2
2
3
3
4
- A Python client for connecting to the API services provided by[ BigDataCloud] ( https://www.bigdatacloud.com )
4
+ A Python client for connecting to the API services provided by[ BigDataCloud] ( https://www.bigdatacloud.com ) .
5
5
6
6
7
7
##What API services does[ BigDataCloud] ( https://www.bigdatacloud.com ) offer?
@@ -15,7 +15,16 @@ You can access any and all BigDataCloud APIs with a free API Key.
15
15
To get your API Key, just access your account and retrieve it from your[ Account Dashboard] ( https://www.bigdatacloud.com/account ) .
16
16
If you are not yet a customer, it is completely free to join.
17
17
18
+ ###BigDataCloud API Packages
18
19
20
+ All BigDataCloud APIs are bundled into five different API packages. Each API package has its own subscription plans and pricings.
21
+
22
+ You can find more details on the respective API packages page.
23
+ - [ IP Geolocation Package] ( https://www.bigdatacloud.com/packages/ip-geolocation )
24
+ - [ Reverse Geocoding Package] ( https://www.bigdatacloud.com/packages/reverse-geocoding )
25
+ - [ Phone & Email Verification Package] ( https://www.bigdatacloud.com/packages/phone-email-verification )
26
+ - [ Network Engineering Package] ( https://www.bigdatacloud.com/packages/network-engineering ) , and
27
+ - [ Free API Package] ( https://www.bigdatacloud.com/packages/free-api ) (doesn't require account creation and API key)
19
28
20
29
##Documentation
21
30