Introduction
The MkConvert API provides a simple way to convert CSV or JSON data to a plain text table.
MkConvert supports many different output formats. For example:
Pokemon Type Number
--------- -------- --------
Venusaur Grass 3
Charizard Fire 6
Blastoise Water 9
Pikachu Electric 25
Pokemon Type Number
Venusaur Grass 3
Charizard Fire 6
Blastoise Water 9
Pikachu Electric 25
| Pokemon | Type | Number |
|-----------|----------|----------|
| Venusaur | Grass | 3 |
| Charizard | Fire | 6 |
| Blastoise | Water | 9 |
| Pikachu | Electric | 25 |
+-----------+----------+----------+
| Pokemon | Type | Number |
+===========+==========+==========+
| Venusaur | Grass | 3 |
+-----------+----------+----------+
| Charizard | Fire | 6 |
+-----------+----------+----------+
| Blastoise | Water | 9 |
+-----------+----------+----------+
| Pikachu | Electric | 25 |
+-----------+----------+----------+
========= ======== ========
Pokemon Type Number
========= ======== ========
Venusaur Grass 3
Charizard Fire 6
Blastoise Water 9
Pikachu Electric 25
========= ======== ========
{| class="wikitable" style="text-align: left;"
|+ <!-- caption -->
|-
! Pokemon !! Type !! align="right"| Number
|-
| Venusaur || Grass || align="right"| 3
|-
| Charizard || Fire || align="right"| 6
|-
| Blastoise || Water || align="right"| 9
|-
| Pikachu || Electric || align="right"| 25
|}
|| Pokemon || Type || Number ||
| Venusaur | Grass | 3 |
| Charizard | Fire | 6 |
| Blastoise | Water | 9 |
| Pikachu | Electric | 25 |
For a full list of examples see Table Format Examples.
RapidAPI
The MkConvert API is available via RapidAPI. You'll need to sign up to RapidAPI and subscribe to the MkConvert API in order to use it. There are free and paid subscriptions to suit multiple use-cases.
Base URL
All URLs referenced in this documentation have the following base:
https://mkconvert.p.rapidapi.com
The API is served over HTTPS. To ensure data privacy, unencrypted HTTP is not supported.
Next Steps
Follow one of the quickstart guides or dive into the API Reference to view all available options.