Title: API Importing
Last modified: August 18, 2017

---

# API Importing

 *  Resolved [Twinky9](https://wordpress.org/support/users/twinky9/)
 * (@twinky9)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/api-importing/)
 * Hi,
 * I was wondering if the plugin can import this data and what would the code be
   for it?
 * [https://coinmarketcap.com/api/](https://coinmarketcap.com/api/)
 * Thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [berkux](https://wordpress.org/support/users/berkux/)
 * (@berkux)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/api-importing/#post-9423339)
 * Yes that is possible. Feedl free to rate my free pulgin.
 * see
    [http://wptest.kux.de/coinmarketcap/](http://wptest.kux.de/coinmarketcap/)
 * Free-Version:
 *     ```
       [jsoncontentimporter url=https://api.coinmarketcap.com/v1/ticker/?convert=EUR&limit=10]
       name: {name}<br>market_cap_usd: {market_cap_usd}[/jsoncontentimporter]
       ```
   
 * PRO-Version weith logic:
 *     ```
       [jsoncontentimporterpro url=https://api.coinmarketcap.com/v1/ticker/?convert=EUR&limit=10 parser=twig]
       {% for i in _context if i.name %}username: {{i.name}}{% if i.percent_change_24h>0 %}
       <font color=green>{{i.percent_change_24h}}</font>{% else %}
       <font color=red>{{i.percent_change_24h}}</font>
       {% endif %}
       {% endfor %}
       [/jsoncontentimporterpro]
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘API Importing’ is closed to new replies.

 * ![](https://ps.w.org/json-content-importer/assets/icon-256x256.png?rev=3464653)
 * [Get Use APIs - JSON Content Importer](https://wordpress.org/plugins/json-content-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/json-content-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/json-content-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/json-content-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/json-content-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/json-content-importer/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [berkux](https://wordpress.org/support/users/berkux/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/api-importing/#post-9423339)
 * Status: resolved