Title: APIs
Last modified: August 20, 2016

---

# APIs

 *  Resolved [James W. Lane](https://wordpress.org/support/users/jameswlane/)
 * (@jameswlane)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/apis/)
 * I would like to build a plugin to Visualize Data save in the Tablepress.
 * Is there a built in API call or Function where I can pull the data from a table
   in Tablepress .
 * [http://wordpress.org/extend/plugins/tablepress/](http://wordpress.org/extend/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/apis/#post-3516057)
 * Hi,
 * thanks for your question.
 * There’s not really an “API” for this, but you could just use the relevant PHP
   functions directly, like
 *     ```
       $table = TablePress::$controller->model_table->load( $table_id );
       ```
   
 * `$table` is then a multi-dimensional array with all table data, where `$table['
   data']` is a two-dimensional array with the actual table content.
 * Regards,
    Tobias
 *  Thread Starter [James W. Lane](https://wordpress.org/support/users/jameswlane/)
 * (@jameswlane)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/apis/#post-3516275)
 * Tobias,
    Thanks I will work with that and see what I come up with. I am hoping
   to have it done over the next month.
 * James
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/apis/#post-3516276)
 * Hi James,
 * sounds good. As your original plan was to visualize data, you might want to check
   out this thread: [http://wordpress.org/support/topic/graphing](http://wordpress.org/support/topic/graphing)
   
   That describes how a user connected a charting plugin to a TablePress table.
 * Best wishes,
    Tobias
 *  Thread Starter [James W. Lane](https://wordpress.org/support/users/jameswlane/)
 * (@jameswlane)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/apis/#post-3516277)
 * Awesome I will check it out!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/apis/#post-3516278)
 * Hi,
 * no problem! I hope that it’s helpful!
 * Regards,
    Tobias

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

The topic ‘APIs’ 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/)

## Tags

 * [array](https://wordpress.org/support/topic-tag/array/)
 * [cvs](https://wordpress.org/support/topic-tag/cvs/)

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