Public
Documentation Settings

MySafeInfo

This collection contains all the API calls for the MySafeInfo [Data API] (https://mysafeinfo.com/documentation/data) and [WICK API] (https://mysafeinfo.com/documentation/wick). Simply run the collection in Postman and set the environment variables with your MySafeInfo keys.

The Data API offers a variety of datasets, which can be requested in XML, JSON, JSONP, CSV, and HTML formats. Within each format, it is possible to customize the data. MySafeInfo is always adding new datasets in areas such as geography, history, sports, nature, science, business, demographics, and much more. Watch for new datasets daily.

If you have data that you would like to consume through our API, but don't want it made available to other users, the WICK API is a RESTful web API that allows developers to create and manage their own databases, tables, and data. Each account is secured with API keys unique to your account. You are in control of your data.

Visit [mysafeinfo.com] (https://mysafeinfo.com) for more information.

GETData API - JSON Data

https://mysafeinfo.com/api/data?list=beatlesalbums&format=json&token=YourToken

This example gets a list of The Beatles Albums in JSON format.

PARAMS
list

beatlesalbums

format

json

token

YourToken

GETData API - XML Data

https://mysafeinfo.com/api/data?list=beatlesalbums&format=xml&token=YourToken&rootname=data&elementname=r&sort=ReleaseDate

This example gets a list of The Beatles Albums in XML format and optionally sets the root name, element name, and sort.

PARAMS
list

beatlesalbums

format

xml

token

YourToken

rootname

data

elementname

r

sort

ReleaseDate

GETWICK API - Version

https://mysafeinfo.com/wick/version

This method allows you to get the current version of the WICK API.

HEADERS
Content-Type

application/json

Loading