Title: import data from url
Last modified: September 28, 2017

---

# import data from url

 *  Resolved [chimnon](https://wordpress.org/support/users/chimnon/)
 * (@chimnon)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/import-data-from-url/)
 * Hi,
 * Thank for your tool. It really helpful. Can you help me solve this.
    I want import
   data from url link: [https://api.coinmarketcap.com/v1/ticker/](https://api.coinmarketcap.com/v1/ticker/)
   I tried but it couldn’t work. Can you help me check it.
 * Thank you in advance,
    Quoc

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/import-data-from-url/#post-9537898)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * Importing this data will not work, as this is not the correct JSON format that
   TablePress expects. Sorry 🙁
    You can only import two-dimensional arrays in JSON,
   but not such objects.
 * Regards,
    Tobias
 *  Thread Starter [chimnon](https://wordpress.org/support/users/chimnon/)
 * (@chimnon)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/import-data-from-url/#post-9537972)
 * Hi,
 * I tried this [https://api.coinmarketcap.com/v1/ticker/bitcoin/](https://api.coinmarketcap.com/v1/ticker/bitcoin/)
   
   It is two-demensional arrays, but it still doesn’t work.
 * Another quetion: Is this table autoupdate in realtime.
 * Thank You
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/import-data-from-url/#post-9537983)
 * Hi,
 * no, this is not a two-dimensional array in JSON, it’s an object in an array.
   
   The necessary structure would be
 *     ```
       [["cell 1","cell 2","cell 3"],["cell 4","cell 5","cell 6"],["cell 7","cell 8","cell 9"]]
       ```
   
 * And no, this would not automatically update in real time, it’s a one-time import.
 * Regards,
    Tobias
 *  Thread Starter [chimnon](https://wordpress.org/support/users/chimnon/)
 * (@chimnon)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/import-data-from-url/#post-9537999)
 * Thank you
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/import-data-from-url/#post-9538057)
 * Hi,
 * no problem! Sorry that I couldn’t help with a solution here.
 * Best wishes,
    Tobias

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

The topic ‘import data from url’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/import-data-from-url/#post-9538057)
 * Status: resolved