Title: Problem with JSON-structure: check basenode-param
Last modified: March 3, 2017

---

# Problem with JSON-structure: check basenode-param

 *  Resolved [julian0090](https://wordpress.org/support/users/julian0090/)
 * (@julian0090)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/problem-with-json-structure-check-basenode-param/)
 * Apologies in advanced if this is basic 🙂
 * **I have added the following to a Test Page in WP:**
    [jsoncontentimporter url
   =”[https://api.blockchain.info/charts/transactions-per-second?timespan=5weeks&rollingAverage=8hours&format=json&#8221](https://api.blockchain.info/charts/transactions-per-second?timespan=5weeks&rollingAverage=8hours&format=json&#8221);
   numberofdisplayeditems=”-1″ basenode=”values”]
    -  {y} <hr>
 *  [/jsoncontentimporter]
 * **this is the error message:**
    “neither object nor array? not implemented yet
   and underneath “Problem with JSON-structure: check basenode-param”
 * **I just want values (that’s the basenode) and {y} node, see example of url JSON
   Format return on the above URL below:**
 *     ```
       {
         "status": "ok",
         "name": "Transaction Rate",
         "unit": "Transactions Per Second",
         "period": "minute",
         "description": "The number of Bitcoin transactions added to the mempool per second.",
         "values": [
           {
             "x": 1485457620,
             "y": 3.847395833333335
           },
           {
             "x": 1485459600,
             "y": 3.8571527777777783
           },
           {
             "x": 1485461580,
             "y": 3.8817013888888905
           },
           {
             "x": 1485463560,
             "y": 3.866805555555558
           },
       ```
   
 * etc . Thank You

Viewing 1 replies (of 1 total)

 *  Plugin Author [berkux](https://wordpress.org/support/users/berkux/)
 * (@berkux)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/problem-with-json-structure-check-basenode-param/#post-8871366)
 * Hi,
 * see [http://api.json-content-importer.com/api-api-blockchain-info/](http://api.json-content-importer.com/api-api-blockchain-info/)
   
   You need “method=rawget” as this API is a bit sensitive and rejects WordPress-
   build-http-Get-Requests.
 * Bernhard

Viewing 1 replies (of 1 total)

The topic ‘Problem with JSON-structure: check basenode-param’ 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: [9 years, 3 months ago](https://wordpress.org/support/topic/problem-with-json-structure-check-basenode-param/#post-8871366)
 * Status: resolved