داده های عمومی
GET
https://studio.persianapi.com/web-service/common
API - General
Last modified:2025-05-24 09:16:34
OperationId:get.web-service.common
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://studio.persianapi.com/web-service/common?format&limit&page' \
--header 'Authorization: {{access_token}}'
Response Response Example
200 - Example 1
[
{
"Key": "string",
"Category": "string",
"Title": "string",
"Price": "string",
"Low": "string",
"High": "string",
"type": "string",
"Supply": "string",
"Demand": "string",
"updated_at": "string"
}
]
Request
Query Params
format
enum<string>
optional
Allowed values:
jsonxml
Default:
json
limit
integer
optional
Default:
30
page
integer
optional
Default:
1
Header Params
Authorization
string
optional
Example:
{{access_token}}
Responses
Modified at 2025-05-24 09:16:34