Title: JSON Doesn&#8217;t Display Value :/
Last modified: June 10, 2020

---

# JSON Doesn’t Display Value :/

 *  Resolved [omERgin](https://wordpress.org/support/users/omergin/)
 * (@omergin)
 * [6 years ago](https://wordpress.org/support/topic/json-doesnt-display-value/)
 * Hi,
 * API URL: [https://api.coinpaprika.com/v1/exchanges/paribu?quotes=TRY](https://api.coinpaprika.com/v1/exchanges/paribu?quotes=TRY)
 * I want show “reported_volume_24h” and i build this:
 * [jsoncontentimporter url=https://api.coinpaprika.com/v1/exchanges/paribu?quotes
   =TRY]
    {subloop:quotes:-1} {subloop-array:quotes.TRY:-1} {quotes.TRY.reported_volume_24h}{/
   subloop-array:quotes.TRY} {/subloop:quotes} [/jsoncontentimporter]
 * What’s wrong?
 * In addition, can I show the value “reported_volume_24h” in price format? For 
   example, 106,177,601 instead of 106177601.24052007
 * Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [berkux](https://wordpress.org/support/users/berkux/)
 * (@berkux)
 * [6 years ago](https://wordpress.org/support/topic/json-doesnt-display-value/#post-12983606)
 * Hi,
 * remove the “-array” and try this:
    [jsoncontentimporter url=https://api.coinpaprika.
   com/v1/exchanges/paribu?quotes=TRY] {subloop:quotes:-1} {subloop:quotes.TRY:-
   1} {quotes.TRY.reported_volume_24h} {/subloop:quotes.TRY} {/subloop:quotes} [/
   jsoncontentimporter]
 * <<In addition, can I show the value “reported_volume_24h” in price format? For
   example, 106,177,601 instead of 106177601.24052007>>
    Unfortunately no. The free
   plugin can’t calc and additionally it uses the PHP way to handle numbers. Here
   a number like 68041352.87891005 is used as 68041352.8789 The pro plugin can handle
   this by converting the number into a string before. Another way would be to change
   the JSON at the API. You might suggest that at [https://api.coinpaprika.com](https://api.coinpaprika.com)
 * Bernhard
 *  Plugin Author [berkux](https://wordpress.org/support/users/berkux/)
 * (@berkux)
 * [6 years ago](https://wordpress.org/support/topic/json-doesnt-display-value/#post-12983657)
 * see also here
    [http://api.json-content-importer.com/api-api-coinpaprika-com-with-free-and-pro-jci-plugin/](http://api.json-content-importer.com/api-api-coinpaprika-com-with-free-and-pro-jci-plugin/)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘JSON Doesn’t Display Value :/’ 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/)

## Tags

 * [api](https://wordpress.org/support/topic-tag/api/)
 * [json](https://wordpress.org/support/topic-tag/json/)

 * 2 replies
 * 2 participants
 * Last reply from: [berkux](https://wordpress.org/support/users/berkux/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/json-doesnt-display-value/#post-12983657)
 * Status: resolved