SlideShare a Scribd company logo
24/1/2012
Developing the Caribbean
What is Junar?


Open Data platform to discover and use data
What can you do in Junar?

• Search for Data
• Extract data from webpages or webfiles
• Create Dashboards
• Add open and dynamic data to office tools (G Spreadsheet
  Excel)
• Integrate open data into applications (API)
Live Demo
      ….cross your fingers…
Getting a developers key




                           Junar.com/developers
My API information
My API information




 • Wiki: http://wiki.junar.com/index.php/API

 • Wrappers:
     –   Python (https://github.com/joaquinnunez/junar-api-python-client)
     –   PHP (https://github.com/joaquinnunez/junar-api-php-client)
     –   Java (https://github.com/msalgado/junar-api-java-client)
     –   Node JS (https://github.com/seykron/junar-javascript-sdk)
Junar’s API


  Current version of the API is 1.0

  The API supports HTTP/REST protocols and it is
    organized in the following modules:

  • Methods for searching dashboards and data
    streams.
  • Methods for accessing a particular dashboard or
    data stream object properties.
  • Methods for invoking data streams .
Junar’s API Outputs

 Current supported formats:
 • JSON
 • JSON array
 • CSV
 • TSV
 • Excel
 • Pretty JSON
 • XML
Junar’s API Limitations




  • Trial accounts => 1 request / 5 seconds
  • Total API calls => 1000 / month
Junar’s API Invoking


To be able to call our you need:
• Junar API Key

And in the case of invoking Dashboards or Data Streams:
• GUID

The GUID is used to identify your Dashboard or Data Stream
  when you need to call it externally from Junar.
Junar’s API Invoking
Junar’s API Invoking
Sample code snippets



  You can find code snippets and all our API
    wrappers
  here:

  • http://wiki.junar.com/index.php/API#Snippets
    _of_code_and_API_Wrappers
New features!



 • New XML output format
 • New Data Stream parameter options:
     – pLimit : Integer , records per page
     – pPage : Integer, page index starting at 0


 • If params missing return will be a 404.
Questions?
contact@junar.com | @Junar | Skype: junar.support / junar.dev
THANKS!
contact@junar.com | @Junar | Skype: junar.support / junar.dev

More Related Content

PDF
Storytelling For The Web: Integrate Storytelling in your Design Process
PDF
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
PDF
How to Leverage AI to Boost Employee Wellness - Lydia Di Francesco - SocialHR...
PDF
2024 Trend Updates: What Really Works In SEO & Content Marketing
DOC
Cv Optimisation ClientèLe
PDF
Deployeando Rails
PDF
2024 State of Marketing Report – by Hubspot
PDF
Everything You Need To Know About ChatGPT
Storytelling For The Web: Integrate Storytelling in your Design Process
Artificial Intelligence, Data and Competition – SCHREPEL – June 2024 OECD dis...
How to Leverage AI to Boost Employee Wellness - Lydia Di Francesco - SocialHR...
2024 Trend Updates: What Really Works In SEO & Content Marketing
Cv Optimisation ClientèLe
Deployeando Rails
2024 State of Marketing Report – by Hubspot
Everything You Need To Know About ChatGPT

Recently uploaded (20)

PDF
cuic standard and advanced reporting.pdf
PPTX
A Presentation on Artificial Intelligence
PDF
Approach and Philosophy of On baking technology
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Machine Learning_overview_presentation.pptx
PPTX
Spectroscopy.pptx food analysis technology
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Getting Started with Data Integration: FME Form 101
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Empathic Computing: Creating Shared Understanding
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Encapsulation theory and applications.pdf
cuic standard and advanced reporting.pdf
A Presentation on Artificial Intelligence
Approach and Philosophy of On baking technology
Programs and apps: productivity, graphics, security and other tools
Per capita expenditure prediction using model stacking based on satellite ima...
Building Integrated photovoltaic BIPV_UPV.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
gpt5_lecture_notes_comprehensive_20250812015547.pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Machine Learning_overview_presentation.pptx
Spectroscopy.pptx food analysis technology
20250228 LYD VKU AI Blended-Learning.pptx
Encapsulation_ Review paper, used for researhc scholars
Getting Started with Data Integration: FME Form 101
A comparative analysis of optical character recognition models for extracting...
Empathic Computing: Creating Shared Understanding
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Spectral efficient network and resource selection model in 5G networks
Encapsulation theory and applications.pdf
Ad
Ad

Junar api

  • 2. What is Junar? Open Data platform to discover and use data
  • 3. What can you do in Junar? • Search for Data • Extract data from webpages or webfiles • Create Dashboards • Add open and dynamic data to office tools (G Spreadsheet Excel) • Integrate open data into applications (API)
  • 4. Live Demo ….cross your fingers…
  • 5. Getting a developers key Junar.com/developers
  • 7. My API information • Wiki: http://wiki.junar.com/index.php/API • Wrappers: – Python (https://github.com/joaquinnunez/junar-api-python-client) – PHP (https://github.com/joaquinnunez/junar-api-php-client) – Java (https://github.com/msalgado/junar-api-java-client) – Node JS (https://github.com/seykron/junar-javascript-sdk)
  • 8. Junar’s API Current version of the API is 1.0 The API supports HTTP/REST protocols and it is organized in the following modules: • Methods for searching dashboards and data streams. • Methods for accessing a particular dashboard or data stream object properties. • Methods for invoking data streams .
  • 9. Junar’s API Outputs Current supported formats: • JSON • JSON array • CSV • TSV • Excel • Pretty JSON • XML
  • 10. Junar’s API Limitations • Trial accounts => 1 request / 5 seconds • Total API calls => 1000 / month
  • 11. Junar’s API Invoking To be able to call our you need: • Junar API Key And in the case of invoking Dashboards or Data Streams: • GUID The GUID is used to identify your Dashboard or Data Stream when you need to call it externally from Junar.
  • 14. Sample code snippets You can find code snippets and all our API wrappers here: • http://wiki.junar.com/index.php/API#Snippets _of_code_and_API_Wrappers
  • 15. New features! • New XML output format • New Data Stream parameter options: – pLimit : Integer , records per page – pPage : Integer, page index starting at 0 • If params missing return will be a 404.
  • 16. Questions? contact@junar.com | @Junar | Skype: junar.support / junar.dev
  • 17. THANKS! contact@junar.com | @Junar | Skype: junar.support / junar.dev