id
stringlengths
53
86
api_name
stringlengths
2
76
api_description
stringlengths
1
500
api_score
float64
0
10
endpoint_name
stringlengths
1
190
endpoint_description
stringlengths
0
500
response_status_code
int64
100
505
response_summary
stringlengths
1
68
response_json
stringlengths
6
50k
response_json_schema
stringlengths
14
150k
0e8ad65b-732f-4dd7-9956-b9d9eec77229/88ae58cd-57ab-4e7e-b929-c8e8870e0a47/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Aroon
Created by Tushar Chande, Aroon is a oscillator view of how long ago the new high or low price occurred.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"AroonUp": 72, "AroonDown": 0, "Oscillator": 72, "Date": "2022-12-09T19:00:00Z"}, {"AroonUp": 76, "AroonDown": 0, "Oscillator": 76, "Date": "2022-12-09T18:00:00Z"}, {"AroonUp": 80, "AroonDown": 0, "Oscillator": 80, "Date": "2022-12-09T17:00:00...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"AroonUp": {"type": ["integer", "null"]}, "AroonDown": {"type": ["integer", "nul...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/c8acf799-164c-4ab5-bbc0-a59c2a35ae6f/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Ulcer Index (UI)
Created by Peter Martin, the Ulcer Index is a measure of downside price volatility over a lookback window. Often called the “heart attack” score, it measures the amount of pain seen from drawdowns in financial market prices and portfolio value.
200
Response
{"status": "error", "message": ""}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}, "required": ["message", "status"]}
0e8ad65b-732f-4dd7-9956-b9d9eec77229/97240f00-c4f4-457d-82b7-f6a3eef11692/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
True Strength Index (TSI)
Created by William Blau, the True Strength Index is a momentum oscillator that uses a series of exponential moving averages to depicts trends in price changes.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Tsi": -12.086311291960635, "Signal": -16.466209805704175, "Date": "2022-12-09T23:15:00Z"}, {"Tsi": -13.824195785909122, "Signal": -17.92617597695202, "Date": "2022-12-09T23:00:00Z"}, {"Tsi": -16.266264844817307, "Signal": -19.293502707299652,...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Tsi": {"type": ["null", "number"]}, "Signal": {"type": ["null", "number"]}, "Da...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/fcd93da8-d2a7-429c-b093-2fba1ec28f62/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Rate of Change (ROC)
Rate of Change, also known as Momentum Oscillator, is the percent change of price over a lookback window. A Rate of Change with Bands variant, created by Vitali Apirine, is also included.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Roc": -0.019370347032601164, "RocSma": -0.12282307399801884, "Date": "2022-12-09T23:00:00Z"}, {"Roc": -0.07815065229548772, "RocSma": -0.18549887059237455, "Date": "2022-12-09T22:45:00Z"}, {"Roc": -0.07009614436188309, "RocSma": -0.2159351643...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Roc": {"type": ["null", "number"]}, "RocSma": {"type": ["null", "number"]}, "Da...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/7f5541c5-14b0-4c64-b203-4a842a629fda/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
On-Balance Volume (OBV)
Popularized by Joseph Granville, On-balance Volume is a rolling accumulation of volume based on Close price direction.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Obv": 5027.860409999987, "ObvSma": 498.9081921428443, "Date": "2022-12-09T23:00:00Z"}, {"Obv": 3996.760519999987, "ObvSma": 80.03873642855878, "Date": "2022-12-09T22:45:00Z"}, {"Obv": 3425.2908099999872, "ObvSma": -144.94373000001272, "Date":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Obv": {"type": "number"}, "ObvSma": {"type": ["null", "number"]}, "Date": {"typ...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/331a295d-3633-47b4-889d-5cb9258fc2f9/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Standard Deviation (volatility)
Standard Deviation of price over a rolling lookback window. Also known as Historical Volatility (HV). Z-Score is also returned.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"StdDev": 17.075375096725434, "Mean": 17118.492857142854, "ZScore": 0.9550093491224626, "StdDevSma": 19.053994411294887, "Date": "2022-12-09T23:00:00Z"}, {"StdDev": 17.443584458920746, "Mean": 17118.835714285717, "ZScore": 0.8102856237816497, ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"StdDev": {"type": ["null", "number"]}, "Mean": {"type": ["null", "number"]}, "Z...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/42ce7f0a-4324-4b75-aa54-2d8ab774ea09/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Choppiness Index
Created by E.W. Dreiss, the Choppiness Index measures the trendiness or choppiness on a scale of 0 to 100, to depict steady trends versus conditions of choppiness.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Chop": 49.47616506963827, "Date": "2022-12-09T23:00:00Z"}, {"Chop": 47.998219489837766, "Date": "2022-12-09T22:45:00Z"}, {"Chop": 48.659672182540604, "Date": "2022-12-09T22:30:00Z"}, {"Chop": 50.23294096177757, "Date": "2022-12-09T22:15:00Z"}...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Chop": {"type": ["null", "number"]}, "Date": {"type": "string"}}, "required": [...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/e9264f3e-053e-4bd9-a4b5-b7c029ca73f5/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Balance of Power (BOP)
Created by Igor Levshin, the Balance of Power (aka Balance of Market Power) is a momentum oscillator that depicts the strength of buying and selling pressure.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Bop": 0.05698718873090463, "Date": "2022-12-09T23:00:00Z"}, {"Bop": 0.05193202692647418, "Date": "2022-12-09T22:45:00Z"}, {"Bop": 0.010844561178534634, "Date": "2022-12-09T22:30:00Z"}, {"Bop": -0.05446114108866851, "Date": "2022-12-09T22:15:0...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Bop": {"type": ["null", "number"]}, "Date": {"type": "string"}}, "required": ["...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/989e7580-98cc-4717-b046-8bb11fe5c6e7/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Average True Range (ATR)
Created by J. Welles Wilder, True Range and Average True Range is a measure of volatility that captures gaps and limits between periods.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Tr": 11.959999999999127, "Atr": 25.25033403622144, "Atrp": 0.14740769648439594, "Date": "2022-12-09T22:45:00Z"}, {"Tr": 11.779999999998836, "Atr": 26.272667423623158, "Atrp": 0.153447501539711, "Date": "2022-12-09T22:30:00Z"}, {"Tr": 15.75, "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Tr": {"type": ["null", "number"]}, "Atr": {"type": ["null", "number"]}, "Atrp":...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/615cd69a-4b6e-48cb-9093-7bda9407ac84/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Zig Zag
Zig Zag is a price chart overlay that simplifies the up and down movements and transitions based on a percent change smoothing threshold.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"ZigZag": 17128.33, "PointType": null, "RetraceHigh": null, "RetraceLow": null, "Date": "2022-12-09T22:45:00Z"}, {"ZigZag": null, "PointType": null, "RetraceHigh": null, "RetraceLow": null, "Date": "2022-12-09T22:30:00Z"}, {"ZigZag": null, "Po...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"ZigZag": {"type": ["null", "number"]}, "PointType": {"type": "null"}, "RetraceH...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/12befed8-e3dc-4db1-8ffa-93a1a8249c73/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Renko Chart
The Renko Chart is a Japanese price transformed candlestick pattern that uses “bricks” to show a defined increment of change over a non-linear time series. Transitions can use either Close or High/Low price values. An ATR variant is also provided where brick size is determined by current Average True Range values.
200
Response
{"status": "error", "message": "Brick size must be greater than 0 for Renko Charts. (Parameter 'brickSize')rnActual value was 0."}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}}, "required": ["message", "status"]}
0e8ad65b-732f-4dd7-9956-b9d9eec77229/ef609078-82e3-4298-a6c1-d127b7e30a3d/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Heikin-Ashi
Created by Munehisa Homma, Heikin-Ashi is a modified candlestick pattern based on prior period prices for smoothing.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Date": "2022-12-09T22:45:00Z", "Open": 17116.210997098413, "High": 17122.57, "Low": 17116.210997098413, "Close": 17121.71, "Volume": 52.62551}, {"Date": "2022-12-09T22:30:00Z", "Open": 17111.741994196822, "High": 17128, "Low": 17111.741994196...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Open": {"type": "number"}, "High": {"type": "number...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/ac440d5e-9ae4-4084-a076-f32e3a98e12a/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Ehlers Fisher Transform
Created by John Ehlers, the Fisher Transform converts prices into a Gaussian normal distribution.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Date": "2022-12-09T22:30:00Z", "Value": 17122.11}, {"Date": "2022-12-09T22:15:00Z", "Value": 17117.825}, {"Date": "2022-12-09T22:00:00Z", "Value": 17111.595}, {"Date": "2022-12-09T21:45:00Z", "Value": 17106.13}, {"Date": "2022-12-09T21:30:00Z...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Value": {"type": "number"}}, "required": ["Date", "...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/44e922d4-7245-4215-b9cf-d76ec8154113/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Basic Quote Transforms
Returns a basic quote transform (e.g. HL2, OHL3, etc.) and isolation of individual price quote candle parts from a full OHLCV quote.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Date": "2022-12-09T22:30:00Z", "Value": 17122.11}, {"Date": "2022-12-09T22:15:00Z", "Value": 17117.825}, {"Date": "2022-12-09T22:00:00Z", "Value": 17111.595}, {"Date": "2022-12-09T21:45:00Z", "Value": 17106.13}, {"Date": "2022-12-09T21:30:00Z...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Value": {"type": "number"}}, "required": ["Date", "...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/01b333e1-31f0-4903-aafd-c212f637a740/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Weighted Moving Average (WMA)
Weighted Moving Average is the linear weighted average of price over a lookback window. This also called Linear Weighted Moving Average (LWMA).
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Wma": 17113.819047619047, "Date": "2022-12-09T22:30:00Z"}, {"Wma": 17113.395142857145, "Date": "2022-12-09T22:15:00Z"}, {"Wma": 17114.17161904762, "Date": "2022-12-09T22:00:00Z"}, {"Wma": 17115.833714285713, "Date": "2022-12-09T21:45:00Z"}, {...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Wma": {"type": ["null", "number"]}, "Date": {"type": "string"}}, "required": ["...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/d69b6e31-766d-488b-81d3-fbc5381c41c0/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Volume Weighted Moving Average (VWMA)
Volume Weighted Moving Average is the volume adjusted average price over a lookback window.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Vwma": 17117.58491752863, "Date": "2022-12-09T22:30:00Z"}, {"Vwma": 17118.65146257964, "Date": "2022-12-09T22:15:00Z"}, {"Vwma": 17119.914455928476, "Date": "2022-12-09T22:00:00Z"}, {"Vwma": 17122.03257722807, "Date": "2022-12-09T21:45:00Z"},...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Vwma": {"type": ["null", "number"]}, "Date": {"type": "string"}}, "required": [...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/88f76658-d9bf-4df8-b9d3-6d0371b4bb70/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Volume Weighted Average Price (VWAP)
The Volume Weighted Average Price is a Volume weighted average of price, typically used on intraday data.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Vwap": 17017.641218265137, "Date": "2022-12-09T22:30:00Z"}, {"Vwap": 17017.533760572653, "Date": "2022-12-09T22:15:00Z"}, {"Vwap": 17017.338109341264, "Date": "2022-12-09T22:00:00Z"}, {"Vwap": 17017.142329036804, "Date": "2022-12-09T21:45:00Z...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Vwap": {"type": "number"}, "Date": {"type": "string"}}, "required": ["Date", "V...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/e925124e-8c04-4486-872c-7668517e6326/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Triple Exponential Moving Average (TEMA)
Created by Patrick G. Mulloy, the Triple exponential moving average is a faster multi-smoothed EMA of the price over a lookback window.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Tema": 17110.09163368425, "Date": "2022-12-09T22:30:00Z"}, {"Tema": 17104.240429480284, "Date": "2022-12-09T22:15:00Z"}, {"Tema": 17100.697851515717, "Date": "2022-12-09T22:00:00Z"}, {"Tema": 17098.32029848514, "Date": "2022-12-09T21:45:00Z"}...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Tema": {"type": ["null", "number"]}, "Date": {"type": "string"}}, "required": [...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/d385d7eb-4c86-4ecd-9a8f-c27a1a8f01a9/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Tillson T3 Moving Average
Created by Tim Tillson, the T3 indicator is a smooth moving average that reduces both lag and overshooting.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"T3": 17116.50917051939, "Date": "2022-12-09T22:30:00Z"}, {"T3": 17110.198572390174, "Date": "2022-12-09T22:15:00Z"}, {"T3": 17104.42971454143, "Date": "2022-12-09T22:00:00Z"}, {"T3": 17098.907593340235, "Date": "2022-12-09T21:45:00Z"}, {"T3":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"T3": {"type": ["null", "number"]}, "Date": {"type": "string"}}, "required": ["D...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/97957488-a8bb-41e9-b837-e472df502e19/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Simple Moving Average (SMA)
Simple Moving Average is the average price over a lookback window. An extended analysis option includes mean absolute deviation (MAD), mean square error (MSE), and mean absolute percentage error (MAPE).
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Sma": 17119.644285714287, "Date": "2022-12-09T22:30:00Z"}, {"Sma": 17120.65071428571, "Date": "2022-12-09T22:15:00Z"}, {"Sma": 17122.82357142857, "Date": "2022-12-09T22:00:00Z"}, {"Sma": 17125.385714285712, "Date": "2022-12-09T21:45:00Z"}, {"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Sma": {"type": ["null", "number"]}, "Date": {"type": "string"}}, "required": ["...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/ff6e67b2-927e-484d-94ee-eee847c75d42/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Smoothed Moving Average (SMMA)
Smoothed Moving Average is the average of price over a lookback window using a smoothing method. SMMA is also known as modified moving average (MMA) and running moving average (RMA).
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Smma": 17135.896553524868, "Date": "2022-12-09T22:15:00Z"}, {"Smma": 17136.77474994986, "Date": "2022-12-09T22:00:00Z"}, {"Smma": 17138.60973071523, "Date": "2022-12-09T21:45:00Z"}, {"Smma": 17140.72586384717, "Date": "2022-12-09T21:30:00Z"},...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Smma": {"type": ["null", "number"]}, "Date": {"type": "string"}}, "required": [...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/69f7304d-9612-4f57-99ac-8e3e7005cd68/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
McGinley Dynamic
Created by John R. McGinley, the McGinley Dynamic is a more responsive variant of exponential moving average.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Dynamic": 17122.959757046185, "Date": "2022-12-09T22:15:00Z"}, {"Dynamic": 17122.72741210628, "Date": "2022-12-09T22:00:00Z"}, {"Dynamic": 17124.05665943773, "Date": "2022-12-09T21:45:00Z"}, {"Dynamic": 17125.81440787151, "Date": "2022-12-09T...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Dynamic": {"type": ["null", "number"]}, "Date": {"type": "string"}}, "required"...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/198f7763-10e8-46dc-b53d-b378ba305c2b/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
MESA Adaptive Moving Average (MAMA)
Created by John Ehlers, the MAMA indicator is a 5-period adaptive moving average of high/low price that uses classic electrical radio-frequency signal processing algorithms to reduce noise.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Mama": 17105.5599005288, "Fama": 17131.913279005985, "Date": "2022-12-09T22:15:00Z"}, {"Mama": 17105.072790030314, "Fama": 17132.589006659247, "Date": "2022-12-09T22:00:00Z"}, {"Mama": 17104.729515821382, "Fama": 17133.294550675375, "Date": "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Mama": {"type": ["null", "number"]}, "Fama": {"type": ["null", "number"]}, "Dat...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/df69e327-88f5-4a8b-a89c-dc836f6bf733/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Kaufman’s Adaptive Moving Average (KAMA)
Created by Perry Kaufman, KAMA is an volatility adaptive moving average of price over configurable lookback periods.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"ER": 0.2584698033099387, "Kama": 17135.408047668898, "Date": "2022-12-09T22:15:00Z"}, {"ER": 0.22533783783785138, "Kama": 17136.557584986884, "Date": "2022-12-09T22:00:00Z"}, {"ER": 0.2859343331982318, "Kama": 17137.544572655344, "Date": "202...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"ER": {"type": ["null", "number"]}, "Kama": {"type": ["null", "number"]}, "Date"...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/951eb9c3-5a65-4ecc-8815-34888186b121/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Hull Moving Average (HMA)
Created by Alan Hull, the Hull Moving Average is a modified weighted average of price that reduces lag.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Hma": 17092.834587301586, "Date": "2022-12-09T22:00:00Z"}, {"Hma": 17091.417706349206, "Date": "2022-12-09T21:45:00Z"}, {"Hma": 17094.666317460316, "Date": "2022-12-09T21:30:00Z"}, {"Hma": 17102.97179365079, "Date": "2022-12-09T21:15:00Z"}, {...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Hma": {"type": ["null", "number"]}, "Date": {"type": "string"}}, "required": ["...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/8a9d0047-5488-4afb-9ff2-c3591f186149/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Hilbert Transform Instantaneous Trendline
Created by John Ehlers, the Hilbert Transform Instantaneous Trendline is a 5-period trendline of high/low price that that uses classic electrical radio-frequency signal processing algorithms reduce noise. Dominant Cycle Periods information is also provided.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"DcPeriods": 18, "Trendline": 17131.172444444448, "SmoothPrice": 17105.2415, "Date": "2022-12-09T22:00:00Z"}, {"DcPeriods": 18, "Trendline": 17134.093655228757, "SmoothPrice": 17100.267499999998, "Date": "2022-12-09T21:45:00Z"}, {"DcPeriods": ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"DcPeriods": {"type": ["integer", "null"]}, "Trendline": {"type": "number"}, "Sm...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/6bf99811-6ed4-4094-8958-ab4b4429c1d2/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Exponential Moving Average (EMA)
Exponentially weighted moving average is a rolling moving average that puts more weight on current price.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Ema": 17120.165720298213, "Date": "2022-12-09T22:00:00Z"}, {"Ema": 17121.563523421013, "Date": "2022-12-09T21:45:00Z"}, {"Ema": 17123.173296255016, "Date": "2022-12-09T21:30:00Z"}, {"Ema": 17126.710726448095, "Date": "2022-12-09T21:15:00Z"}, ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Ema": {"type": ["null", "number"]}, "Date": {"type": "string"}}, "required": ["...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/8400bcfd-cbfa-44e0-8e22-5f63db365352/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Endpoint Moving Average (EPMA)
Endpoint Moving Average (EPMA), also known as Least Squares Moving Average (LSMA), plots the projected last point of a defined retrospective linear regression.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Epma": 17095.540857142856, "Date": "2022-12-09T22:00:00Z"}, {"Epma": 17096.729714285713, "Date": "2022-12-09T21:45:00Z"}, {"Epma": 17100.061142857143, "Date": "2022-12-09T21:30:00Z"}, {"Epma": 17107.139142857137, "Date": "2022-12-09T21:15:00Z...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Epma": {"type": ["null", "number"]}, "Date": {"type": "string"}}, "required": [...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/725c273f-5c4a-4b0c-8ac7-07f34ee64576/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Double Exponential Moving Average (DEMA)
Created by Patrick G. Mulloy, the Double exponential moving average is a faster smoothed EMA of the price over a lookback window.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Dema": 17101.965533487328, "Date": "2022-12-09T22:00:00Z"}, {"Dema": 17101.699777659458, "Date": "2022-12-09T21:45:00Z"}, {"Dema": 17101.863362441072, "Date": "2022-12-09T21:30:00Z"}, {"Dema": 17105.659771471237, "Date": "2022-12-09T21:15:00Z...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Dema": {"type": ["null", "number"]}, "Date": {"type": "string"}}, "required": [...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/4885ebac-6004-4e7b-9818-6a7e2117b1d7/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Accumulation / Distribution Line (ADL)
Created by Marc Chaikin, the Accumulation/Distribution Line/Index is a rolling accumulation of Chaikin Money Flow Volume.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"MoneyFlowMultiplier": 0.009216589861952021, "MoneyFlowVolume": 4.61748626738174, "Adl": -12202.269870513604, "AdlSma": -11343.354346805443, "Date": "2022-12-09T22:00:00Z"}, {"MoneyFlowMultiplier": 0.4666666666666211, "MoneyFlowVolume": 706.07...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"MoneyFlowMultiplier": {"type": "number"}, "MoneyFlowVolume": {"type": "number"}...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/d93fe162-0888-4087-94f0-9cb76223cc18/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Williams Fractal
Created by Larry Williams, Fractal is a retrospective price pattern that identifies a central high or low point chevron.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"FractalBear": null, "FractalBull": null, "Date": "2022-12-09T22:00:00Z"}, {"FractalBear": null, "FractalBull": null, "Date": "2022-12-09T21:45:00Z"}, {"FractalBear": null, "FractalBull": null, "Date": "2022-12-09T21:30:00Z"}, {"FractalBear": ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"FractalBear": {"type": ["null", "number"]}, "FractalBull": {"type": ["null", "n...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/fb8e8fd5-bad0-410a-b514-e17ac22b434a/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Pivots
Pivots is an extended customizable version of Williams Fractal that includes identification of Higher High, Lower Low, Higher Low, and Lower Low trends between pivots in a lookback window.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"HighPoint": null, "LowPoint": null, "HighLine": null, "LowLine": null, "HighTrend": null, "LowTrend": null, "Date": "2022-12-09T21:45:00Z"}, {"HighPoint": null, "LowPoint": null, "HighLine": null, "LowLine": null, "HighTrend": null, "LowTrend...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"HighPoint": {"type": ["null", "number"]}, "LowPoint": {"type": ["null", "number...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/0ed3a06e-cee7-45d9-8f33-26fb7af27395/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Marubozu
Marubozu is a single-bar candlestick pattern that has no wicks, representing consistent directional movement.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Price": null, "Match": 0, "Candle": {"Date": "2022-12-09T21:45:00Z", "Open": 17100.17, "High": 17114.49, "Low": 17095.48, "Close": 17111.16, "Volume": 1024.04004}, "Date": "2022-12-09T21:45:00Z"}, {"Price": null, "Match": 0, "Candle": {"Date"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Price": {"type": "null"}, "Match": {"type": "integer"}, "Candle": {"type": "obj...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/c5f312f3-a351-4c1b-a689-6891d88d03e1/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Volatility Stop
Created by J. Welles Wilder, Volatility Stop, also known his Volatility System, is an ATR based indicator used to determine trend direction, stops, and reversals. It is similar to Wilder’s Parabolic SAR and
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Sar": 17174.993231824, "IsStop": false, "UpperBand": 17174.993231824, "LowerBand": null, "Date": "2022-12-09T21:45:00Z"}, {"Sar": 17176.528770461333, "IsStop": false, "UpperBand": 17176.528770461333, "LowerBand": null, "Date": "2022-12-09T21:...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Sar": {"type": ["null", "number"]}, "IsStop": {"type": ["boolean", "null"]}, "U...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/f87a8951-2a64-4d3c-94ae-a60b73b1a44a/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Parabolic SAR
Created by J. Welles Wilder, Parabolic SAR (stop and reverse) is a price-time based indicator used to determine trend direction and reversals.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Sar": 17140.86203712, "IsReversal": false, "Date": "2022-12-09T21:30:00Z"}, {"Sar": 17144.305872, "IsReversal": false, "Date": "2022-12-09T21:15:00Z"}, {"Sar": 17147.893200000002, "IsReversal": false, "Date": "2022-12-09T21:00:00Z"}, {"Sar": ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Sar": {"type": ["null", "number"]}, "IsReversal": {"type": ["boolean", "null"]}...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/dbcd0156-f15b-4f2e-b205-beddf8e0b499/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Chandelier Exit
Created by Charles Le Beau, the Chandelier Exit is an adjusted Average True Range (ATR) offset from price that is is typically used for stop-loss and can be computed for both long or short types.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"ChandelierExit": 17090.38250786683, "Date": "2022-12-09T21:30:00Z"}, {"ChandelierExit": 17093.037865384296, "Date": "2022-12-09T21:15:00Z"}, {"ChandelierExit": 17094.19490659307, "Date": "2022-12-09T21:00:00Z"}, {"ChandelierExit": 17097.55704...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"ChandelierExit": {"type": ["null", "number"]}, "Date": {"type": "string"}}, "re...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/77cf90ad-d588-43f0-9959-85b95c375aa5/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Williams %R
Created by Larry Williams, the Williams %R momentum oscillator compares current price with recent highs and lows and is presented on scale of -100 to 0. It is exactly the same as the fast variant of Stochastic Oscillator, but with a different scaling.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"WilliamsR": -84.50560652395475, "Date": "2022-12-09T21:30:00Z"}, {"WilliamsR": -81.02956167176333, "Date": "2022-12-09T21:15:00Z"}, {"WilliamsR": -56.949768004842674, "Date": "2022-12-09T21:00:00Z"}, {"WilliamsR": -93.42666666666628, "Date": ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"WilliamsR": {"type": ["null", "number"]}, "Date": {"type": "string"}}, "require...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/69cd2774-b529-4ddd-8577-e4fb9dd9cd63/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Ultimate Oscillator
Created by Larry Williams, the Ultimate Oscillator uses several moving averages to weigh buying power against true range price to produce on oversold / overbought oscillator.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Ultimate": 38.14020651424638, "Date": "2022-12-09T21:30:00Z"}, {"Ultimate": 41.70608768815887, "Date": "2022-12-09T21:15:00Z"}, {"Ultimate": 46.31756473051394, "Date": "2022-12-09T21:00:00Z"}, {"Ultimate": 38.625737581504, "Date": "2022-12-09...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Ultimate": {"type": ["null", "number"]}, "Date": {"type": "string"}}, "required...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/3f6e2aaa-d2e6-4cdd-9d8d-7f659b614bbb/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Triple EMA Oscillator (TRIX)
Created by Jack Hutson, TRIX is the rate of change for a 3 EMA smoothing of the price over a lookback window. TRIX is often confused with TEMA.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Ema3": 17162.912447901654, "Trix": -0.013519844266378795, "Signal": -0.012837037509191322, "Date": "2022-12-09T21:15:00Z"}, {"Ema3": 17165.23316069294, "Trix": -0.01275481156136996, "Signal": -0.012247176435572613, "Date": "2022-12-09T21:00:0...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Ema3": {"type": ["null", "number"]}, "Trix": {"type": ["null", "number"]}, "Sig...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/af97ae62-f112-4e0d-b15e-c9ab7c78016b/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Stochastic RSI
Created by by Tushar Chande and Stanley Kroll, Stochastic RSI is a Stochastic interpretation of the Relative Strength Index. It is different from, and often confused with the more traditional Stochastic
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"StochRsi": 4.4344205070157034, "Signal": 10.871360211708035, "Date": "2022-12-09T21:15:00Z"}, {"StochRsi": 28.1796601281084, "Signal": 9.393220042702799, "Date": "2022-12-09T21:00:00Z"}, {"StochRsi": 0, "Signal": 10.326917116691114, "Date": "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"StochRsi": {"type": ["null", "number"]}, "Signal": {"type": ["null", "number"]}...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/ee8e7ed9-4591-46c4-80a1-c513f061a7c8/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Stochastic Oscillator
Created by George Lane, the Stochastic Oscillator, also known as KDJ Index, is a momentum oscillator that compares current price with recent highs and lows and is presented on a scale of 0 to 100.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Oscillator": 29.49055983256862, "Signal": 19.173457331245885, "PercentJ": 50.124764835214094, "K": 29.49055983256862, "D": 19.173457331245885, "J": 50.124764835214094, "Date": "2022-12-09T21:15:00Z"}, {"Oscillator": 18.16224656115224, "Signal...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Oscillator": {"type": ["null", "number"]}, "Signal": {"type": ["null", "number"...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/e7a31130-84b8-445f-810a-760023f29618/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Stochastic Momentum Index (SMI)
Created by William Blau, the Stochastic Momentum Index (SMI) oscillator is a double-smoothed variant of the Stochastic Oscillator, depicted on a scale from -100 to 100.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Smi": 9.240641923067242, "Signal": 8.025669537079104, "Date": "2022-12-10T11:15:00Z"}, {"Smi": 9.145722517331057, "Signal": 6.810697151090964, "Date": "2022-12-10T11:00:00Z"}, {"Smi": 7.133179293638017, "Signal": 4.475671784850871, "Date": "2...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Smi": {"type": ["null", "number"]}, "Signal": {"type": ["null", "number"]}, "Da...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/ab924f42-4197-4ac6-9b93-40606dd6b079/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Schaff Trend Cycle
Created by Doug Schaff, the Schaff Trend Cycle is a stochastic oscillator view of two converging/diverging exponential moving averages. In other words, it’s a Stochastic Oscillator of Moving Average Convergence / Divergence (MACD).
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Stc": 97.17562151777202, "Date": "2022-12-10T11:00:00Z"}, {"Stc": 80.62640543261436, "Date": "2022-12-10T10:45:00Z"}, {"Stc": 61.28666911461738, "Date": "2022-12-10T10:30:00Z"}, {"Stc": 31.786076931857632, "Date": "2022-12-10T10:15:00Z"}, {"S...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Stc": {"type": ["null", "number"]}, "Date": {"type": "string"}}, "required": ["...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/6bfcf14b-2419-4fe6-9a5d-0904b8390eb6/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Relative Strength Index (RSI)
Created by J. Welles Wilder, the Relative Strength Index is an oscillator that measures strength of the winning/losing streak over N lookback periods on a scale of 0 to 100, to depict overbought and oversold conditions.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Rsi": 61.50480028239585, "Date": "2022-12-10T11:00:00Z"}, {"Rsi": 58.12361284783951, "Date": "2022-12-10T10:45:00Z"}, {"Rsi": 56.59266876028849, "Date": "2022-12-10T10:30:00Z"}, {"Rsi": 51.246688354499234, "Date": "2022-12-10T10:15:00Z"}, {"R...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Rsi": {"type": ["null", "number"]}, "Date": {"type": "string"}}, "required": ["...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/271918d0-c6e7-44bd-82ab-b65fd0655fd5/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
KDJ Index
Created by George Lane, the Stochastic Oscillator, also known as KDJ Index, is a momentum oscillator that compares current price with recent highs and lows and is presented on a scale of 0 to 100.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Oscillator": 84.86225864378065, "Signal": 74.37424902596418, "PercentJ": 105.8382778794136, "K": 84.86225864378065, "D": 74.37424902596418, "J": 105.8382778794136, "Date": "2022-12-10T11:00:00Z"}, {"Oscillator": 71.1153041539252, "Signal": 65...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Oscillator": {"type": ["null", "number"]}, "Signal": {"type": ["null", "number"...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/514d76d2-11de-465d-a591-d725aa66e154/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Detrended Price Oscillator (DPO)
Detrended Price Oscillator depicts the difference between price and an offset simple moving average. It is used to identify trend cycles and duration.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Sma": null, "Dpo": null, "Date": "2022-12-10T11:00:00Z"}, {"Sma": null, "Dpo": null, "Date": "2022-12-10T10:45:00Z"}, {"Sma": null, "Dpo": null, "Date": "2022-12-10T10:30:00Z"}, {"Sma": null, "Dpo": null, "Date": "2022-12-10T10:15:00Z"}, {"Sm...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Sma": {"type": ["null", "number"]}, "Dpo": {"type": ["null", "number"]}, "Date"...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/0b1e0c49-5f8c-4e08-802f-360b46bdd1aa/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
ConnorsRSI
Created by Laurence Connors, the ConnorsRSI is a composite oscillator that incorporates RSI, winning/losing streaks, and percentile gain metrics on scale of 0 to 100.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Rsi": 77.02610153245041, "RsiStreak": 80.68967007901155, "PercentRank": 52, "ConnorsRsi": 69.90525720382065, "Date": "2022-12-10T11:00:00Z"}, {"Rsi": 75.07683793443576, "RsiStreak": 69.1701418796871, "PercentRank": 63, "ConnorsRsi": 69.082326...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Rsi": {"type": ["null", "number"]}, "RsiStreak": {"type": ["null", "number"]}, ...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/5fd0d7f2-7473-4a15-9b6e-9de67ab10c61/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Commodity Channel Index (CCI)
Created by Donald Lambert, the Commodity Channel Index is an oscillator depicting deviation from typical price range, often used to identify cyclical trends.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Cci": 142.39705962630555, "Date": "2022-12-10T11:00:00Z"}, {"Cci": 119.0701358746475, "Date": "2022-12-10T10:45:00Z"}, {"Cci": 75.13392169738002, "Date": "2022-12-10T10:30:00Z"}, {"Cci": 79.09837947027657, "Date": "2022-12-10T10:15:00Z"}, {"C...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Cci": {"type": ["null", "number"]}, "Date": {"type": "string"}}, "required": ["...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/a1e95001-82af-46c0-b777-46c14a95e977/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Chande Momentum Oscillator (CMO)
Created by Tushar Chande, the Chande Momentum Oscillator is a weighted percent of higher prices over a lookback window.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Cmo": 14.318409758828205, "Date": "2022-12-10T11:00:00Z"}, {"Cmo": 0.024383591633913362, "Date": "2022-12-10T10:45:00Z"}, {"Cmo": 0.02616586811203787, "Date": "2022-12-10T10:30:00Z"}, {"Cmo": 0.02190162413581319, "Date": "2022-12-10T10:15:00Z...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Cmo": {"type": ["null", "number"]}, "Date": {"type": "string"}}, "required": ["...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/f0958a02-dd77-4a96-8658-846ea920126a/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Awesome Oscillator (AO)
Created by Bill Williams, the Awesome Oscillator (aka Super AO) is a measure of the gap between a fast and slow period modified moving average.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Oscillator": 10.454352941182151, "Normalized": 0.06090031996452447, "Date": "2022-12-10T11:00:00Z"}, {"Oscillator": 6.032588235295407, "Normalized": 0.03515322230902104, "Date": "2022-12-10T10:45:00Z"}, {"Oscillator": 1.5130294117661833, "Nor...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Oscillator": {"type": ["null", "number"]}, "Normalized": {"type": ["null", "num...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/ec357dd7-8717-4bdf-be2c-4832c27fdc89/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Williams Alligator
Created by Bill Williams, Alligator is a depiction of three smoothed moving averages of median price, showing chart patterns that compared to an alligator’s feeding habits when describing market movement. The moving averages are known as the Jaw, Teeth, and Lips, which are calculated using lookback and offset periods.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Jaw": 17148.52410952658, "Teeth": 17144.882745934647, "Lips": 17144.190917058724, "Date": "2022-12-10T10:45:00Z"}, {"Jaw": 17148.70695198713, "Teeth": 17146.110281068166, "Lips": 17141.873646323405, "Date": "2022-12-10T10:30:00Z"}, {"Jaw": 17...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Jaw": {"type": ["null", "number"]}, "Teeth": {"type": ["null", "number"]}, "Lip...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/2ad9b3b9-4392-441e-9920-3f30c3f81c3c/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Vortex Indicator (VI)
Created by Etienne Botes and Douglas Siepman, the Vortex Indicator is a measure of price directional movement. It includes positive and negative indicators, and is often used to identify trends and reversals.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Pvi": 1.037806451612907, "Nvi": 1.0630967741935409, "Date": "2022-12-10T10:45:00Z"}, {"Pvi": 1.0236365057040278, "Nvi": 0.9562431629942291, "Date": "2022-12-10T10:30:00Z"}, {"Pvi": 1.0097284797256978, "Nvi": 0.9384394561620415, "Date": "2022-...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Pvi": {"type": ["null", "number"]}, "Nvi": {"type": ["null", "number"]}, "Date"...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/c1662ec1-bb3f-4618-8b5d-32826dbc20ac/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
SuperTrend
Created by Oliver Seban, the SuperTrend indicator attempts to determine the primary trend of prices by using Average True Range (ATR) band thresholds around an HL2 midline. It can indicate a buy/sell signal or a trailing stop when the trend changes.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"SuperTrend": 17060.6135291586, "UpperBand": null, "LowerBand": 17060.6135291586, "Date": "2022-12-09T19:00:00Z"}, {"SuperTrend": 17060.6135291586, "UpperBand": null, "LowerBand": 17060.6135291586, "Date": "2022-12-09T18:00:00Z"}, {"SuperTrend...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"SuperTrend": {"type": ["null", "number"]}, "UpperBand": {"type": ["null", "numb...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/c388cee8-bbe0-4f2e-8065-3014777287d4/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
MACD
Created by Gerald Appel, MACD is a simple oscillator view of two converging / diverging exponential moving averages and their differences.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Macd": 2.2059172889021283, "Signal": 0.7444775627235468, "Histogram": 1.4614397261785816, "FastEma": 17151.03797432636, "SlowEma": 17148.832057037456, "Date": "2022-12-10T10:45:00Z"}, {"Macd": 1.2713480579695897, "Signal": 0.3791176311789014,...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Macd": {"type": ["null", "number"]}, "Signal": {"type": ["null", "number"]}, "H...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/6c743fa5-2758-42b9-8906-6899407268ca/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
Elder-ray Index
Created by Alexander Elder, the Elder-ray Index, also known as Bull and Bear Power, is an oscillator that depicts buying and selling pressure. It compares current high/low prices against an Exponential Moving Average.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"Ema": 17171.628409881327, "BullPower": -22.348409881327825, "BearPower": -49.1484098813271, "Date": "2022-12-09T19:00:00Z"}, {"Ema": 17178.814811528217, "BullPower": -14.33481152821696, "BearPower": -59.78481152821769, "Date": "2022-12-09T18:...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"Ema": {"type": ["null", "number"]}, "BullPower": {"type": ["null", "number"]}, ...
0e8ad65b-732f-4dd7-9956-b9d9eec77229/bb43bd16-e063-4451-a3d6-c324af6afe85/0/0
CryptoCator
CryptoCator Stock Indicators for cryptocurrencies is a API library package that produces financial market technical indicators. Moving averages, Relative Strength Index, Stochastic Oscillator, Parabolic SAR, and more.
6.9
ATR Trailing Stop
Created by Welles Wilder, the ATR Trailing Stop indicator attempts to determine the primary trend of Close prices by using Average True Range (ATR) band thresholds. It can indicate a buy/sell signal or a trailing stop when the trend changes.
200
Response
{"status": "success", "Exchange": "BINANCE", "Symbol": "BTC-USDT", "Data": [{"AtrStop": 17197.418222077, "BuyStop": 17197.418222077, "SellStop": null, "Date": "2022-12-09T18:45:00Z"}, {"AtrStop": 17197.418222077, "BuyStop": 17197.418222077, "SellStop": null, "Date": "2022-12-09T18:30:00Z"}, {"AtrStop": 17197.418222077,...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "Exchange": {"type": "string"}, "Symbol": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"AtrStop": {"type": ["null", "number"]}, "BuyStop": {"type": ["null", "number"]}...
d7d57a13-402a-4912-9c17-090d12b25755/5daec9ca-444e-41b2-868b-5ef5e7498601/0/0
Currency Converter
It allows you to convert one currency to another based on the current exchange rate. It is possible to perform currency conversion to multiple currencies at once
7.3
converter
This endpoint is used to perform currency conversion between multiple currencies. The endpoint accepts input parameters in the form of the amount of money, source currency, and one or more target currencies.
200
Response
{"status": "success", "source": "USD", "amount": "1", "results": [{"curency": "EUR", "price": 0.94392}, {"curency": "INR", "price": 82.51050000000001}, {"curency": "JPY", "price": 136.38400000000001}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "source": {"type": "string"}, "amount": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"curency": {"type": "string"}, "price": {"type": "number"}}, "required": ["cure...
d7d57a13-402a-4912-9c17-090d12b25755/0d082f07-0c2b-476b-b596-7f8dad182171/0/0
Currency Converter
It allows you to convert one currency to another based on the current exchange rate. It is possible to perform currency conversion to multiple currencies at once
7.3
currencies
Endpoint to retrieve all supported currencies.
200
Response
{"status": "success", "currencies": [{"code": "AED", "name": "UAE Dirham"}, {"code": "AFN", "name": "Afghan Afghani"}, {"code": "ALL", "name": "Albanian Lek"}, {"code": "AMD", "name": "Armenian Dram"}, {"code": "ANG", "name": "Netherlands Antillean Guilder"}, {"code": "AOA", "name": "Angolan Kwanza"}, {"code": "ARS", "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "currencies": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]}}}, "required": ["currencies", "status"]}
f9fc79f6-62a9-4bdf-9fa5-410c8f4868b9/b060177a-00d7-465c-a141-c8c82a90f70a/0/0
Rimedia - Translation
Rimedia Translate. instantly translates words, phrases, and paragraphs between English and more than 100 other languages. HTML / Text / JSON. Protected words. Multiple target languages in one application.
null
Rimedia - Translate
Rimedia Translate. instantly translates words, phrases, and paragraphs between English and more than 100 other languages. HTML / Text / JSON. Protected words. Multiple target languages in one application.
200
New Example
{"status": "success", "message": "", "text": "Hello world try, HELLO", "from": "en", "to": "es;fr;ar", "translate_capital": "false", "protected": ["world", "HELLO"], "result": {"es": "Hola, world prueba, HELLO", "fr": "Bonjour world essayez, HELLO", "ar": "\u0645\u0631\u062d\u0628\u064b\u0627 world \u062d\u0627\u0648\u...
{"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "text": {"type": "string"}, "from": {"type": "string"}, "to": {"type": "string"}, "translate_capital": {"type": "string"}, "protected": {"type": "array", "items": {"type": "string"}}, "result": {"type": "object", "properties"...
f9fc79f6-62a9-4bdf-9fa5-410c8f4868b9/5187e968-3606-4171-adfe-09c5b7517eef/0/0
Rimedia - Translation
Rimedia Translate. instantly translates words, phrases, and paragraphs between English and more than 100 other languages. HTML / Text / JSON. Protected words. Multiple target languages in one application.
null
Rimedia - Translate Unlimited Characters
Rimedia Translate. instantly translates Unlimited words, phrases, and paragraphs between English and more than 100 other languages. HTML / Text / JSON. Protected words. Multiple target languages in one application.
200
New Example
{"status": "success", "message": "", "text": "Hello world try, HELLO", "from": "en", "to": "es;fr;ar", "translate_capital": "false", "protected": ["world", "HELLO"], "result": {"es": "Hola, world prueba, HELLO", "fr": "Bonjour world essayez, HELLO", "ar": "\u0645\u0631\u062d\u0628\u064b\u0627 world \u062d\u0627\u0648\u...
{"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "text": {"type": "string"}, "from": {"type": "string"}, "to": {"type": "string"}, "translate_capital": {"type": "string"}, "protected": {"type": "array", "items": {"type": "string"}}, "result": {"type": "object", "properties"...
b34fe4ca-83fc-48e2-9f27-651c3b6a55c1/6eff754f-9cd7-44fa-af2a-c8607d7e1bad/0/0
dictionary
get any definition of word you need from single api
null
get all defintion of words from oxford
**this endpoint will return any definiton
200
New Example
{"defntion": ["a motherfinancial support from your parents, especially when you are an adult"], "listExpample": ["Call your mum", "My mum says I can't go", "Happy Birthday, Mum", "A lot of mums and dads have the same worries", "She's a single mum with two kids", "expectant/new/young/teenage mumsstay-at-home/working mum...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"defntion": {"type": "array", "items": {"type": "string"}}, "listExpample": {"type": "array", "items": {"type": "string"}}}, "required": ["defntion", "listExpample"]}
50d2f2bc-fe90-448f-8534-7023f53197bf/e4b39b2b-ffcf-4330-af09-5173d66158f3/0/0
Translate All Languages
Translate All Language - Text Translator 100x cheaper than Google Translate. Same API. Same quality. Translate All Languages provides a simple API for translating plain text between any of 100+ supported languages. If you don’t know what language the text is written in, our API will detect the language of the origina...
9.4
Translate
Translates input text, returning translated text
200
Response
{"status": 200, "langDetect": "en", "translatedText": "Si vous ne savez pas dans quelle langue le texte est \u00e9crit, notre API d\u00e9tectera la langue de la demande d'origine."}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "langDetect": {"type": "string"}, "translatedText": {"type": "string"}}, "required": ["langDetect", "status", "translatedText"]}
50d2f2bc-fe90-448f-8534-7023f53197bf/b4c8e4eb-ea24-4ce8-97ab-0f4d8e3e2d97/0/0
Translate All Languages
Translate All Language - Text Translator 100x cheaper than Google Translate. Same API. Same quality. Translate All Languages provides a simple API for translating plain text between any of 100+ supported languages. If you don’t know what language the text is written in, our API will detect the language of the origina...
9.4
Languages
Returns a list of supported languages for translation.
200
Response
{"status": 200, "languages": [{"af": "Afrikaans"}, {"ar": "Arabic"}, {"az": "Azerbaijani"}, {"be": "Belarusian"}, {"bg": "Bulgarian"}, {"bn": "Bengali"}, {"bs": "Bosnian"}, {"ca": "Catalan"}, {"ceb": "Cebuano"}, {"cs": "Czech"}, {"cy": "Welsh"}, {"da": "Danish"}, {"de": "German"}, {"el": "Greek"}, {"en": "English"}, {"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "languages": {"type": "array", "items": {"type": "object", "properties": {"af": {"type": "string"}, "ar": {"type": "string"}, "az": {"type": "string"}, "be": {"type": "string"}, "bg": {"type": "string"}, "bn": ...
50d2f2bc-fe90-448f-8534-7023f53197bf/f9362fb1-bbd5-48b5-9964-9f378bb172de/0/0
Translate All Languages
Translate All Language - Text Translator 100x cheaper than Google Translate. Same API. Same quality. Translate All Languages provides a simple API for translating plain text between any of 100+ supported languages. If you don’t know what language the text is written in, our API will detect the language of the origina...
9.4
Detect
Detects the language of text within a request.
200
Response
{"status": 200, "langDetect": "en"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "langDetect": {"type": "string"}}, "required": ["langDetect", "status"]}
610ec3ec-f78c-40f6-927b-0bc239d228b6/49518f22-aa9e-433f-8459-d280ff726ef3/0/0
Translation API
Experience Fluent Global Communication: Effortlessly Translate Text Between Diverse Languages Using Our User-Friendly and Dependable API!
7.7
Translate
Translate text between any two different languages with a simple and reliable API
200
New Example
{"query": "How are you", "translation": "Comment vas-tu"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"query": {"type": "string"}, "translation": {"type": "string"}}, "required": ["query", "translation"]}
36c40521-aa0a-41da-a49a-deea2c3c2790/93a92a34-4b65-4f4c-b4be-ae4e2935786e/0/0
Easy Transalation API
Translate text from images, convert text to speech across 100+ languages,protecting specific words from translating specific words, and seamlessly translate multiple texts in various languages with a single request. Enjoy support for diverse formats, including JSON, arrays of text, and more
7.5
Translate Multiple Text
Converts multiple text from one language to another.
200
Example_1
{"version": "V1.0", "data": {"translateText": [{"to": "Hola World", "to_lang": "es", "from": "Hello World", "from_lang": "en", "protectedWords": ["World"]}, {"to": "Ciao qui World", "to_lang": "it", "from": "Hello here World", "from_lang": "en", "protectedWords": ["World"]}]}}
{"type": "object"}
36c40521-aa0a-41da-a49a-deea2c3c2790/e18905bc-3dd7-48f2-bac4-5158eec8ab38/0/0
Easy Transalation API
Translate text from images, convert text to speech across 100+ languages,protecting specific words from translating specific words, and seamlessly translate multiple texts in various languages with a single request. Enjoy support for diverse formats, including JSON, arrays of text, and more
7.5
Text To Speech Translation
This endpoint receives text and a target language, translate the text into the chosen language, and then generate an audio file of the translated text.
200
Example_1
{"version": "V1.0", "data": {"audioContent": {"type": "Buffer", "data": [255, 243, 68, 196, 0, 17, 234, 77, 60, 1, 65, 16, 1, 248, 198, 50, 24, 224, 0, 63, 200, 0, 161, 63, 145, 170, 115, 159, 59, 255, 87, 228, 35, 83, 208, 141, 33, 26, 115, 156, 232, 115, 200, 79, 213, 232, 66, 126, 66, 50, 144, 153, 206, 119, 159, 23...
{"type": "object"}
36c40521-aa0a-41da-a49a-deea2c3c2790/c1e94b61-1760-42f9-8d62-965d13ada0b8/0/0
Easy Transalation API
Translate text from images, convert text to speech across 100+ languages,protecting specific words from translating specific words, and seamlessly translate multiple texts in various languages with a single request. Enjoy support for diverse formats, including JSON, arrays of text, and more
7.5
Translate From Image
This API endpoint can process both URLs and Base64-encoded images, extract text from the provided image data, and then translate the extracted text into the specified language.
200
Example_1
{"version": "V1.0", "data": {"translateText": [{"to": "NO SABES CU\u00c1N PROFUNDAMENTE EST\u00c1S ENTRELAZADO CON ALGUIEN HASTA QUE INTENTAS ALEJARTE DE \u00c9L.\n", "to_lang": "es", "from": "YOU DON'T KNOW\nHOW DEEPLY YOU ARE\nINTERTWINED WITH\nSOMEONE UNTIL YOU\nTRY TO WALK\nAWAY FROM THEM.\n", "from_lang": "en", "p...
{"type": "object"}
36c40521-aa0a-41da-a49a-deea2c3c2790/79ce61cd-a125-4ed5-a31a-465a6254c57e/0/0
Easy Transalation API
Translate text from images, convert text to speech across 100+ languages,protecting specific words from translating specific words, and seamlessly translate multiple texts in various languages with a single request. Enjoy support for diverse formats, including JSON, arrays of text, and more
7.5
Supported languages
return lists of supported languages
200
Example_1
{"version": "V1.0", "data": {"lists": [{"code": "af", "name": "Afrikaans"}, {"code": "sq", "name": "Albanian"}, {"code": "am", "name": "Amharic"}, {"code": "ar", "name": "Arabic"}, {"code": "hy", "name": "Armenian"}, {"code": "as", "name": "Assamese"}, {"code": "ay", "name": "Aymara"}, {"code": "az", "name": "Azerbaija...
{"type": "object"}
36c40521-aa0a-41da-a49a-deea2c3c2790/2152924d-512f-4bd8-8002-8e0bbbc0cd2e/0/0
Easy Transalation API
Translate text from images, convert text to speech across 100+ languages,protecting specific words from translating specific words, and seamlessly translate multiple texts in various languages with a single request. Enjoy support for diverse formats, including JSON, arrays of text, and more
7.5
Translate Text
Translate the text from one language to another.
200
Example_1
{"version": "V1.0", "data": {"translateText": [{"to": {"alguna_clave": "some_value"}, "to_lang": "es", "from": {"some_key": "some_value"}, "from_lang": "en", "protectedWords": ["some_value"]}]}}
{"type": "object"}
36c40521-aa0a-41da-a49a-deea2c3c2790/f6b3f166-2027-4dc2-a2f4-e2e7b93fd448/0/0
Easy Transalation API
Translate text from images, convert text to speech across 100+ languages,protecting specific words from translating specific words, and seamlessly translate multiple texts in various languages with a single request. Enjoy support for diverse formats, including JSON, arrays of text, and more
7.5
Detect Language
This API endpoint can determine the language of a given piece of text.
200
Example_1
{"version": "V1.0", "data": {"text": "Hello World", "lang": "en"}}
{"type": "object"}
18f3dfee-ed78-4889-9bcc-6b63a1ce967c/b5c1d245-bca5-4bd8-8ae4-a095a7c188ea/0/0
Pro Translator
Introducing Pro Translator, your all-in-one language solution! With support for an impressive 134 languages, Pro Translator is the ultimate tool for breaking down language barriers. Seamlessly translate text, documents, and conversations with precision and ease. Whether you're a global business expanding your reach or ...
5.3
Translate
Translate
200
New Example
{"success": true, "message": "success", "results": {"text": "Remember to check trademark availability and domain name availability before finalizing your product name.", "raw": {"sentences": [{"trans": "Remember to check trademark availability and domain name availability before finalizing your product name.", "orig": ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "object", "properties": {"text": {"type": "string"}, "raw": {"type": "object", "properties": {"sentences": {"type": "array", "items": {"type": "object", "prop...
18f3dfee-ed78-4889-9bcc-6b63a1ce967c/471a7e51-d7de-4207-82b5-0a373516ce81/0/0
Pro Translator
Introducing Pro Translator, your all-in-one language solution! With support for an impressive 134 languages, Pro Translator is the ultimate tool for breaking down language barriers. Seamlessly translate text, documents, and conversations with precision and ease. Whether you're a global business expanding your reach or ...
5.3
Languages
Get supported language
200
New Example
{"success": true, "message": "success", "results": [{"language": "Afrikaans", "code": "af"}, {"language": "Albanian", "code": "sq"}, {"language": "Amharic", "code": "am"}, {"language": "Arabic", "code": "ar"}, {"language": "Armenian", "code": "hy"}, {"language": "Assamese", "code": "as"}, {"language": "Aymara", "code":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "code": {"type": "string"}}, "required": ["code", "language"]}}}, "require...
e8cd3b67-6e2b-478f-a0fc-d91258068289/9bfc1a9d-2d22-4e55-8a2d-7894200b4eb5/0/0
Google Translate Text
Translate, detect language, and text-to-speech capabilities for seamless multilingual communication. This API is a lightweight version and can be used by simple translation applications For more features check out this API-> https://rapidapi.com/biihezron1-5ghxDw6eSBV/api/linguatoolbox
null
translateText
Enter the text to be translated.
200
Response
{"status": "Success", "fromLanguage": "en", "toLanguage": "fr", "originalText": "what a beautiful day!", "translatedText": "quelle belle journ\u00e9e!"}
{"key1": "value", "key2": "value"}
e8cd3b67-6e2b-478f-a0fc-d91258068289/dc3b78db-5687-4584-89bc-6fad0c4e6ae3/0/0
Google Translate Text
Translate, detect language, and text-to-speech capabilities for seamless multilingual communication. This API is a lightweight version and can be used by simple translation applications For more features check out this API-> https://rapidapi.com/biihezron1-5ghxDw6eSBV/api/linguatoolbox
null
supportedLanguages
Get a list of supported languages
200
Response
{"Afrikaans": "af", "Albanian": "sq", "Amharic": "am", "Arabic": "ar", "Armenian": "hy", "Azerbaijani": "az", "Basque": "eu", "Belarusian": "be", "Bengali": "bn", "Bosnian": "bs", "Bulgarian": "bg", "Catalan": "ca", "Cebuano": "ceb", "Chichewa": "ny", "Chinese (Simplified)": "zh-CN", "Chinese (Traditional)": "zh-TW", "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Afrikaans": {"type": "string"}, "Albanian": {"type": "string"}, "Amharic": {"type": "string"}, "Arabic": {"type": "string"}, "Armenian": {"type": "string"}, "Azerbaijani": {"type": "string"}, "Basque": {"type": "string"}, "Belarusian": {"ty...
e8cd3b67-6e2b-478f-a0fc-d91258068289/1fc0fddc-5444-49cb-a801-77c3447eeab0/0/0
Google Translate Text
Translate, detect language, and text-to-speech capabilities for seamless multilingual communication. This API is a lightweight version and can be used by simple translation applications For more features check out this API-> https://rapidapi.com/biihezron1-5ghxDw6eSBV/api/linguatoolbox
null
detectLanguage
Get language from text
200
Response
{"status": 1, "text": "bonjour, comment ca va", "result": [{"type": "Language detection"}, {"value": [{"name": "French", "probability": 0.9999965349138424, "code": "fr"}]}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "text": {"type": "string"}, "result": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"name": {"typ...
af0a7315-7236-410d-8c72-0306364fd12d/e020fcea-1834-48f4-ae59-e9b95886b9a6/0/0
Text Translator By N-CRYPT
Translate your text to 100+ languages. Quick response and low latency. n-crypt api
7.1
AutoDetectionLang
Auto detect entered language translate request language
200
New Example
{"status": "success", "original_text": "I love you", "translated_text": "maite zaitut", "detected_lang": "en", "translate_to": "eu", "message": "N-CRYPT Translator"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "original_text": {"type": "string"}, "translated_text": {"type": "string"}, "detected_lang": {"type": "string"}, "translate_to": {"type": "string"}, "message": {"type": "string"}}, "required": ["detected_lang", ...
af0a7315-7236-410d-8c72-0306364fd12d/cc0535d0-b349-4a10-85bc-66373f4c5145/0/0
Text Translator By N-CRYPT
Translate your text to 100+ languages. Quick response and low latency. n-crypt api
7.1
Translate
Translate From .... To ....
200
New Example
{"status": "success", "original_text": "I love you", "translated_text": "maite zaitut", "translate_from": "en", "translate_to": "eu", "message": "N-CRYPT Translator"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "original_text": {"type": "string"}, "translated_text": {"type": "string"}, "translate_from": {"type": "string"}, "translate_to": {"type": "string"}, "message": {"type": "string"}}, "required": ["message", "orig...
0800799f-808a-42cf-a278-13c3c003dacf/b8b96c18-9ca6-458f-af2b-c1b7e8c4f270/0/0
Indic-Translator
Indic Translator is an advance AI based Translator Indian languages translator API. It has outperformed Google and other translators for tricky Indian languages. Indic Translator has been especially designed for Indian languages, and has been trained on advance deep learning algorithm to perform well on nuanced Indian ...
7.5
queryTranslator/
For translating an English sentence (query) to Hindi.
200
New Example
{"query": "I am going for a walk"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"query": {"type": "string"}}, "required": ["query"]}
1b1c0e50-86c4-489d-9396-3d4e99ab4fa8/290299d2-1317-4077-a703-a6917349b68d/0/0
Automatismz translator
Automatismz translator is an api that can translate to any language chosen.
null
Translate
Automatismz translator is an api that can translate to any language chosen.
200
Response
{"translatedText": "Bonjour"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"translatedText": {"type": "string"}}, "required": ["translatedText"]}
ac4970bf-62c8-4dfb-a83e-a70e81d35de0/endpoint_b0537c6b-4ff4-4166-b782-ddeefe2ad53e/0/0
AI Translation APIs
The AI Translate API supports more than 60 different languages. Obtain a better translation! The biggest translation services in the world are the AI Translate APIs. Real-time language translation is available. PLAIN/HTML/JSON/XML/SRT/YAML/ANDROID/IOS/XAMARIN It contains many billions of professionally translated words...
8.7
Translates Large Files
It translates formatted input text into the language, returning the requested translated language text with the format.
200
New Example
{"success": true, "data": {"source": "{\r\n \"message\": \"welcome to rapid api\"\r\n}", "translated": {"message": "\u0924\u0947\u091c\u0940 \u0938\u0947 \u090f\u092a\u0940\u0906\u0908 \u092e\u0947\u0902 \u0906\u092a\u0915\u093e \u0938\u094d\u0935\u093e\u0917\u0924 \u0939\u0948"}}}
{"type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"source": {"type": "string"}, "translated": {"type": "object", "properties": {"message": {"type": "string"}}}}}}}
ac4970bf-62c8-4dfb-a83e-a70e81d35de0/endpoint_b0537c6b-4ff4-4166-b782-ddeefe2ad53e/1/0
AI Translation APIs
The AI Translate API supports more than 60 different languages. Obtain a better translation! The biggest translation services in the world are the AI Translate APIs. Real-time language translation is available. PLAIN/HTML/JSON/XML/SRT/YAML/ANDROID/IOS/XAMARIN It contains many billions of professionally translated words...
8.7
Translates Large Files
It translates formatted input text into the language, returning the requested translated language text with the format.
400
Response
{"success": false, "error": "Invalid Multipart Request", "status": 400}
{"type": "object", "properties": {"success": {"type": "boolean"}, "error": {"type": "string"}, "status": {"type": "integer"}}}
ac4970bf-62c8-4dfb-a83e-a70e81d35de0/endpoint_8a269a97-8cb1-41d6-ac43-a47c96835b38/0/0
AI Translation APIs
The AI Translate API supports more than 60 different languages. Obtain a better translation! The biggest translation services in the world are the AI Translate APIs. Real-time language translation is available. PLAIN/HTML/JSON/XML/SRT/YAML/ANDROID/IOS/XAMARIN It contains many billions of professionally translated words...
8.7
Translates HTML
It translates formatted input text into the language, returning the requested translated language text with the format.
400
Response
{"success": false, "error": "ValidationError: \"to\" must be one of [af, ar, bn, bs, bg, ca, hr, cs, da, nl, en, et, fi, fr, de, el, gu, ht, hi, hu, is, id, ga, it, ja, kn, kk, ko, lv, lt, mg, ms, ml, mt, mi, mr, fa, pl, pa, ro, ru, sm, sk, sl, es, sw, sv, ta, te, th, tr, uk, ur, vi, cy]. \"to\" length must be at least...
{"type": "object", "properties": {"success": {"type": "boolean"}, "error": {"type": "string"}, "status": {"type": "integer"}}}
ac4970bf-62c8-4dfb-a83e-a70e81d35de0/endpoint_8a269a97-8cb1-41d6-ac43-a47c96835b38/1/0
AI Translation APIs
The AI Translate API supports more than 60 different languages. Obtain a better translation! The biggest translation services in the world are the AI Translate APIs. Real-time language translation is available. PLAIN/HTML/JSON/XML/SRT/YAML/ANDROID/IOS/XAMARIN It contains many billions of professionally translated words...
8.7
Translates HTML
It translates formatted input text into the language, returning the requested translated language text with the format.
200
Response
{"success": true, "data": {"source": {"message": "welcome to rapid api"}, "translated": {"message": "\u0924\u0947\u091c\u0940 \u0938\u0947 \u090f\u092a\u0940\u0906\u0908 \u092e\u0947\u0902 \u0906\u092a\u0915\u093e \u0938\u094d\u0935\u093e\u0917\u0924 \u0939\u0948"}}}
{"type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"source": {"type": "object", "properties": {"message": {"type": "string"}}}, "translated": {"type": "object", "properties": {"message": {"type": "string"}}}}}}}
ac4970bf-62c8-4dfb-a83e-a70e81d35de0/endpoint_93ac6591-88b5-4bb8-a49a-3eb9355ff306/0/0
AI Translation APIs
The AI Translate API supports more than 60 different languages. Obtain a better translation! The biggest translation services in the world are the AI Translate APIs. Real-time language translation is available. PLAIN/HTML/JSON/XML/SRT/YAML/ANDROID/IOS/XAMARIN It contains many billions of professionally translated words...
8.7
Translates JSON
It translates JSON input text into the language, returning the requested translated language.
400
Response
{"success": false, "error": "ValidationError: \"to\" must be one of [af, ar, bn, bs, bg, ca, hr, cs, da, nl, en, et, fi, fr, de, el, gu, ht, hi, hu, is, id, ga, it, ja, kn, kk, ko, lv, lt, mg, ms, ml, mt, mi, mr, fa, pl, pa, ro, ru, sm, sk, sl, es, sw, sv, ta, te, th, tr, uk, ur, vi, cy]. \"to\" length must be at least...
{"type": "object", "properties": {"success": {"type": "boolean"}, "error": {"type": "string"}, "status": {"type": "integer"}}}
ac4970bf-62c8-4dfb-a83e-a70e81d35de0/endpoint_93ac6591-88b5-4bb8-a49a-3eb9355ff306/1/0
AI Translation APIs
The AI Translate API supports more than 60 different languages. Obtain a better translation! The biggest translation services in the world are the AI Translate APIs. Real-time language translation is available. PLAIN/HTML/JSON/XML/SRT/YAML/ANDROID/IOS/XAMARIN It contains many billions of professionally translated words...
8.7
Translates JSON
It translates JSON input text into the language, returning the requested translated language.
200
Response
{"success": true, "data": {"source": {"message": "welcome to rapid api"}, "translated": {"message": "\u0924\u0947\u091c\u0940 \u0938\u0947 \u090f\u092a\u0940\u0906\u0908 \u092e\u0947\u0902 \u0906\u092a\u0915\u093e \u0938\u094d\u0935\u093e\u0917\u0924 \u0939\u0948"}}}
{"type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"source": {"type": "object", "properties": {"message": {"type": "string"}}}, "translated": {"type": "object", "properties": {"message": {"type": "string"}}}}}}}
ac4970bf-62c8-4dfb-a83e-a70e81d35de0/endpoint_28b3785f-9558-4cff-893b-24c2a9780cbf/0/0
AI Translation APIs
The AI Translate API supports more than 60 different languages. Obtain a better translation! The biggest translation services in the world are the AI Translate APIs. Real-time language translation is available. PLAIN/HTML/JSON/XML/SRT/YAML/ANDROID/IOS/XAMARIN It contains many billions of professionally translated words...
8.7
Translates Yaml
It translates formatted input text into the language, returning the requested translated language text with the format.
200
Response
{"success": true, "data": {"source": {"message": "welcome to rapid api"}, "translated": {"message": "\u0924\u0947\u091c\u0940 \u0938\u0947 \u090f\u092a\u0940\u0906\u0908 \u092e\u0947\u0902 \u0906\u092a\u0915\u093e \u0938\u094d\u0935\u093e\u0917\u0924 \u0939\u0948"}}}
{"type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"source": {"type": "object", "properties": {"message": {"type": "string"}}}, "translated": {"type": "object", "properties": {"message": {"type": "string"}}}}}}}
ac4970bf-62c8-4dfb-a83e-a70e81d35de0/endpoint_28b3785f-9558-4cff-893b-24c2a9780cbf/1/0
AI Translation APIs
The AI Translate API supports more than 60 different languages. Obtain a better translation! The biggest translation services in the world are the AI Translate APIs. Real-time language translation is available. PLAIN/HTML/JSON/XML/SRT/YAML/ANDROID/IOS/XAMARIN It contains many billions of professionally translated words...
8.7
Translates Yaml
It translates formatted input text into the language, returning the requested translated language text with the format.
400
Response
{"success": false, "error": "ValidationError: \"to\" must be one of [af, ar, bn, bs, bg, ca, hr, cs, da, nl, en, et, fi, fr, de, el, gu, ht, hi, hu, is, id, ga, it, ja, kn, kk, ko, lv, lt, mg, ms, ml, mt, mi, mr, fa, pl, pa, ro, ru, sm, sk, sl, es, sw, sv, ta, te, th, tr, uk, ur, vi, cy]. \"to\" length must be at least...
{"type": "object", "properties": {"success": {"type": "boolean"}, "error": {"type": "string"}, "status": {"type": "integer"}}}
ac4970bf-62c8-4dfb-a83e-a70e81d35de0/endpoint_201ed18d-45f8-421a-8c6b-25cc6cdd07ee/0/0
AI Translation APIs
The AI Translate API supports more than 60 different languages. Obtain a better translation! The biggest translation services in the world are the AI Translate APIs. Real-time language translation is available. PLAIN/HTML/JSON/XML/SRT/YAML/ANDROID/IOS/XAMARIN It contains many billions of professionally translated words...
8.7
Translates Number to Text
It translates number input text into the language, returning the requested translated language number text.
200
Response
{"success": true, "data": {"source": 10, "translated": "ten"}}
{"type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"source": {"type": "integer"}, "translated": {"type": "string"}}}}}
ac4970bf-62c8-4dfb-a83e-a70e81d35de0/endpoint_201ed18d-45f8-421a-8c6b-25cc6cdd07ee/1/0
AI Translation APIs
The AI Translate API supports more than 60 different languages. Obtain a better translation! The biggest translation services in the world are the AI Translate APIs. Real-time language translation is available. PLAIN/HTML/JSON/XML/SRT/YAML/ANDROID/IOS/XAMARIN It contains many billions of professionally translated words...
8.7
Translates Number to Text
It translates number input text into the language, returning the requested translated language number text.
400
Response
{"success": false, "error": "ValidationError: \"number\" must be greater than or equal to 0", "status": 400}
{"type": "object", "properties": {"success": {"type": "boolean"}, "error": {"type": "string"}, "status": {"type": "integer"}}}
ac4970bf-62c8-4dfb-a83e-a70e81d35de0/endpoint_498d2275-b035-49a0-9a85-3f422695f137/0/0
AI Translation APIs
The AI Translate API supports more than 60 different languages. Obtain a better translation! The biggest translation services in the world are the AI Translate APIs. Real-time language translation is available. PLAIN/HTML/JSON/XML/SRT/YAML/ANDROID/IOS/XAMARIN It contains many billions of professionally translated words...
8.7
AI Translate (auto correct spelling mistakes)
Translate Input Text with a text analyser and get accurate sentence
200
Response
{"success": true, "data": {"source": "hw ar you", "translated": "How are you?"}}
{"type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"source": {"type": "string"}, "translated": {"type": "string"}}}}}
ac4970bf-62c8-4dfb-a83e-a70e81d35de0/endpoint_a1f2e7c4-a536-4f52-a2d0-313e7cfabb02/0/0
AI Translation APIs
The AI Translate API supports more than 60 different languages. Obtain a better translation! The biggest translation services in the world are the AI Translate APIs. Real-time language translation is available. PLAIN/HTML/JSON/XML/SRT/YAML/ANDROID/IOS/XAMARIN It contains many billions of professionally translated words...
8.7
Translates Paragraph
This api translates input text to requested translated language text.
400
Response
{"success": false, "error": "ValidationError: \"toLan\" must be one of [af, ar, bn, bs, bg, ca, hr, cs, da, nl, en, et, fi, fr, de, el, gu, ht, hi, hu, is, id, ga, it, ja, kn, kk, ko, lv, lt, mg, ms, ml, mt, mi, mr, fa, pl, pa, ro, ru, sm, sk, sl, es, sw, sv, ta, te, th, tr, uk, ur, vi, cy]. \"toLan\" length must be at...
{"type": "object", "properties": {"success": {"type": "boolean"}, "error": {"type": "string"}, "status": {"type": "integer"}}}
ac4970bf-62c8-4dfb-a83e-a70e81d35de0/endpoint_a1f2e7c4-a536-4f52-a2d0-313e7cfabb02/1/0
AI Translation APIs
The AI Translate API supports more than 60 different languages. Obtain a better translation! The biggest translation services in the world are the AI Translate APIs. Real-time language translation is available. PLAIN/HTML/JSON/XML/SRT/YAML/ANDROID/IOS/XAMARIN It contains many billions of professionally translated words...
8.7
Translates Paragraph
This api translates input text to requested translated language text.
200
Response
{"success": true, "data": {"source": "welcome to rapid apis", "translated": "\u0930\u0948\u092a\u093f\u0921 \u090f\u092a\u093f\u0938 \u092e\u0947\u0902 \u0906\u092a\u0915\u093e \u0938\u094d\u0935\u093e\u0917\u0924 \u0939\u0948"}}
{"type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"source": {"type": "string"}, "translated": {"type": "string"}}}}}
ac4970bf-62c8-4dfb-a83e-a70e81d35de0/endpoint_576a20d6-ca5f-4caf-922f-64e302fa7b57/0/0
AI Translation APIs
The AI Translate API supports more than 60 different languages. Obtain a better translation! The biggest translation services in the world are the AI Translate APIs. Real-time language translation is available. PLAIN/HTML/JSON/XML/SRT/YAML/ANDROID/IOS/XAMARIN It contains many billions of professionally translated words...
8.7
Supported Languages List
Get Supported Languages List That AI Translation APIs Support
200
Response
{"success": true, "data": [{"code": "af", "language": "Afrikaans"}, {"code": "ar", "language": "Arabic"}, {"code": "bn", "language": "Bangla"}, {"code": "bs", "language": "Bosnian"}, {"code": "bg", "language": "Bulgarian"}, {"code": "ca", "language": "Catalan"}, {"code": "hr", "language": "Croatian"}, {"code": "cs", "l...
{"type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "language": {"type": "string"}}}}}}
bcaba75f-a5dc-48b3-9f0d-fbd8cd4b7fae/08741091-dee6-4a93-9a68-e8c614ddfed7/0/0
Translator English to Any Languages
You Can Translate English to Any Languages within one minutes
null
Translate English to ANY Languages
use POST Method to Translate to {language code here} content {user content here}
201
Response
{"content": "\u0935\u0947\u0932\u0915\u0949\u092e"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"content": {"type": "string"}}, "required": ["content"]}
bd3c471c-2f2f-4e20-8475-e59627806ab3/be665480-cfa8-4d3f-a9d8-dc942dad6585/0/0
AWS Translate
Use the AWS Machine Learning Translate Service to translate strings, with automatic source language detection.
null
Translate
Translates a string into the target language.
200
Basic Example
{"data": {"SourceLanguageCode": "en", "TargetLanguageCode": "fr", "TranslatedText": "Cette cha\u00eene de texte sera traduite en fran\u00e7ais"}, "error": null}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"SourceLanguageCode": {"type": "string"}, "TargetLanguageCode": {"type": "string"}, "TranslatedText": {"type": "string"}}}, "error": {"type": "null"}}}
3e187ac0-993d-44af-a718-07c5c9be2471/29a3b771-0eb4-4a34-99e0-7ac1e7a449d6/0/0
Bidirectional Text Language Translation
Per request pricing, not character based. 30 languages to translate to and from. Simple request and response.
6.6
Translate Big Text
takes source text, from language and to language and provides results in a very simple object. Languages specified are in two character ISO codes. if lang_from is not specified it will be auto detected.
200
Response
{"original-text": "Hello how are you doing?", "translate-from": "en", "translate-to": "de", "translated-text": "Hallo, wie geht's?"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"original-text": {"type": "string"}, "translate-from": {"type": "string"}, "translate-to": {"type": "string"}, "translated-text": {"type": "string"}}, "required": ["original-text", "translate-from", "translate-to", "translated-text"]}
3e187ac0-993d-44af-a718-07c5c9be2471/8cbed68a-b7ba-4d06-b7b8-aa693f457acc/0/0
Bidirectional Text Language Translation
Per request pricing, not character based. 30 languages to translate to and from. Simple request and response.
6.6
Translate
takes source text, from language and to language and provides results in a very simple object. Languages specified are in two character ISO codes. if lang_from is not specified it will be auto detected.
200
Response
{"original-text": "Hello how are you doing?", "translate-from": "en", "translate-to": "de", "translated-text": "Hallo, wie geht's?"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"original-text": {"type": "string"}, "translate-from": {"type": "string"}, "translate-to": {"type": "string"}, "translated-text": {"type": "string"}}, "required": ["original-text", "translate-from", "translate-to", "translated-text"]}
3e187ac0-993d-44af-a718-07c5c9be2471/69048e31-d06e-47b2-8876-4682a4923fce/0/0
Bidirectional Text Language Translation
Per request pricing, not character based. 30 languages to translate to and from. Simple request and response.
6.6
Detect Language
If you want to detect language only and not translate you can provide the text parameter and the detected language will be provided in the results
200
Response
{"original-text": "I am fine thank you.", "detected-language": "en"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"original-text": {"type": "string"}, "detected-language": {"type": "string"}}, "required": ["detected-language", "original-text"]}
26adf2de-f548-4a3b-80a6-f4720bdcfacd/df87624b-ba06-43f7-bd63-c3c6f74c5659/0/0
AI-Translator
Same quality of translation than Google Translate but cheaper !
null
translate_translate_post
422
null
{"detail": [{"loc": [], "msg": "", "type": ""}]}
{"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "inte...