Unity AssetStore Price Api

FREEMIUM
By PWHSoftware | Updated a month ago | Data
Popularity

0.2 / 10

Latency

301ms

Service Level

0%

Health Check

N/A

README

Unity AssetStore Price API


Overview

The Unity AssetStore Price API provides daily data insights into current unofficial sales in the Unity Asset Store. This API is specifically designed for game developers, asset creators, and market analysts. It offers essential information for monitoring daily sales, price trends, and discounts on various assets within the Unity Asset Store.
Features

  • Daily updates on sales data from the Unity Asset Store.
  • Planned feature: Historical price tracking for each asset.
  • Comprehensive data on sales, including asset names, current and previous prices, and discount percentages.

Getting Started

To begin using the Unity AssetStore Price API, follow these steps:
Prerequisites

  • Ensure you have an active account on RapidAPI.
  • Obtain an API key from RapidAPI for authenticating your requests.

Python example

Here’s an example to help you get started:

import requests

url = "https://[api-base-url]/api/v1/pricehistory/QueryAssetsOnSale"
headers = {
    'Content-Type': 'application/json',
    'X-API-KEY': 'Your-API-Key-Here'
}
response = requests.post(url, headers=headers)

print(response.json())

API Endpoints

The main endpoints of the Unity AssetStore Price API include:

  1. Query Assets On Sale
  • Endpoint: /api/v1/pricehistory/QueryAssetsOnSale
  • Method: POST
  • Description: Retrieves a list of assets currently on sale in the Unity Asset Store with daily updates.
  • Parameters: offset, limit, fromDate

For detailed documentation on each endpoint, including request and response structures, visit our API documentation page.
Support and Contact
For any issues or queries, please contact our support team at [info@pwhosft.de].

Disclaimer:
This API and its associated website are independently developed and are not sponsored, endorsed, or affiliated with Unity Technologies or any of its affiliates. “Unity” and “Unity Asset Store” are registered trademarks of Unity Technologies or its affiliates in the United States and other countries. Our service is designed to provide additional insights and data regarding sales in the Unity Asset Store but is not officially connected to or recognized by Unity Technologies.

Followers: 1
API Creator:
Rapid account: PWH Software
PWHSoftware
pwh-software
Log In to Rate API
Rating: 5 - Votes: 1