ArtenoAPI
ArtenoAPI is an one-stop solution for any developer. It offers a wide range of features like: translation, language detection, hash generators, sentiment analysis, IP geolocation, keyword extraction, JSON to CSV, CSV to JSON, Markdown to HTML, HTML to Markdown, etc. We have already planned numerous features that we would add in the future. We will do our best to help or support you, regarding…
ArtenoAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Translate /translate |
This endpoint can translate any string or an array of strings to more than 230 languages. |
| GET |
IP Geolocation /ip_geolocation |
Retrieves the IP gelocation and network data for any given IP address, whether it be IPv4 or IPv6. |
| POST |
QR Code Generator /qrcode_generator |
The `/qrcode_generator` endpoint generates QR code from the given piece of text, with customizable options like error correction level etc. It returns the code in the form of SVG… |
| POST |
Detect Language /detect_language |
The `/detect_language` endpoint returns detects the language of any text. It uses Google Translate API alongside other APIs to provide the best possible detection service. |
| POST |
Sentiment Analysis /sentiment_analysis |
The `/sentiment_analysis` endpoint retrieves the sentiment behind a piece of text. It determines whether the text is positive, negative, or neutral. It is powered by AFINN-165… |
| POST |
HTML to MD /html_to_md |
The `/html_to_md` endpoint converts the given HTML code to Markdown code. It is highly customizable via the `options` parameter in the request body. |
| POST |
MD to HTML /md_to_html |
The `/md_to_html` endpoint converts the given Markdown code to HTML. This endpoint is also a little customizable via the `options` parameter in the request body. |
| GET |
Supported Languages /supported_languages |
The `/supported_languages' endpoint retrieves a list of all supported languages, for `/translate` and `/detect_language` endpoints. |
| POST |
Hash Generator /hash_generator |
The `/hash_generator` endpoint generates hash string for any given text. It supports three algorithms: bcrypt, SHA-256, and MD5. |
| POST |
Hash Matcher /hash_matcher |
The `/hash_matcher` endpoint matches a hash string against the given text. This endpoint also supports the three algorithms: bcrypt, SHA-256, and MD5. |
| POST |
Keywords Extractor /keywords_extractor |
The `/keywords_extractor` endpoint extracts the most significant keywords from any text. It works by removing the common words like 'and', 'of', 'the' etc. and focuses on only… |
| POST |
User Agent Parser /user_agent |
The `/user_agent` endpoint parses the provided user agent string and returns only the important data. |
| POST |
JSON to CSV /json_to_csv |
The `/json_to_csv` endpoint converts the given JSON data to CSV data. This endpoint also supports nested JSON. |
| POST |
CSV to JSON /csv_to_json |
The `/csv_to_json` endpoint converts the given CSV data to JSON data. |
ArtenoAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19 / month | — |
|
| ULTRA | $49 / month | — |
|
| MEGA | $99 / month | — |
|