Tag: api
-
Converting Books to JSON: A Digital Humanities Project
This post discusses a recent project where I scanned PDF issues of the Council of Literary Magazines and Presses (CLMP) Directory of Literary Magazines from 1995 to 2005 and converted those 10 directories into clean, well-structured JSON. The process encompassed several stages, including PDF to text conversion, data cleaning, and data extraction using Python scripts…
-
Get Data from the Airtable API the Easy Way
This article shows you how to engage with the AirTable API to pull data into your preferred analysis tool such as Excel Get and Transform or Power BI.
-
Get Survey Monkey Data Using the REST API
This article demonstrates how to engage with the Survey Monkey API to get form data.
-
Unlock Form Data: Formidable and Webhooks by Zapier
Want to send Formidable form data using Zapier? If you’re using WordPress and Formidable forms, then you will likely find this guide helpful. This quick how-to guide walks you through easily sending your form data to other apps and services. Examples: When someone submits a form, add the entry to Google Sheets When someone updates…
-
Integrating Wikipedia Opensearch API with a Form Builder
Recently I wanted to allow autocomplete search of Wikipedia from a form field and, based upon the selection, populate other fields with relevant data from Wikipedia. Thankfully there’s an easy button for this using the Opensearch API. For this tutorial we will be autocompleting author info for a form using Wikipedia parameters based upon the selection…
-
Data Insights with the WordPress REST API
WordPress is moving closer to becoming a fully-fledged application framework. It has always been easy to publish with WordPress but accessing your data from external systems was often very difficult. But what is WordPress REST API anyway? Well here’s an excellent explanation but, to simply for our purposes, the WordPress API allows us to read data…