Introduction
The Takeout API is an API connected to your AppTweak account, allowing you to fetch information associated with your account.
For instance, the list of applications, keywords, or competitors you follow can be requested from the Takeout API, which is included in your AppTweak.com account.
The API responses are all in JSON, including error messages, and appropriate HTTP codes will be used to communicate success or failure. This API is read-only, and it does not have methods to modify your account.
Authentication
Since the Takeout API is designed to allow you to fetch information about your account, you need to use the API token associated with your AppTweak account.
This API token can be found in the API tab of your account.
Authentication is made using the HTTP header added to every request.
Format
All successful responses return a valid minified JSON document.
The Response Format
The JSON document is a hash that contains the response content and metadata about the request and about the response itself.
Data you can fetch from AppTweak Takeout API
Here is the list of items you can fetch using the Takeout API at no additional cost:
Followed Apps
Keyword Lists
Followed Keywords
Competitors
Google Play Store Integration information
Apple App Store Integration information
Making calls to the API
Since the takeout API is designed to allow you to fetch information about your account, you need to use the API token associated with your AppTweak account.
This API token can be found in the 'API' tab of your Dashboard.
In the documentation, you’ll find all the information about the AppTweak Takeout API.
What's the difference between AppTweak.io API and AppTweak's Takeout API?
Takeout API - is an API connected to your AppTweak account, allowing you to fetch information associated with your account. You can find your unique API Token in your Profile Settings!
AppTweak.io API - The AppTweak API is your direct access to AppTweak.com's entire database, which represents more than 3 million apps from Apple App Store
and Google Play Store in 70+ countries.
In general, the takeout API will allow you to access your app's information, but if you want to pull data on other apps or competitors, we do have API plans that you can see here: www.apptweak.io.

