DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports Events Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones AWS Cloud
by AWS Developer Relations
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones
AWS Cloud
by AWS Developer Relations
11 Monitoring and Observability Tools for 2023
Learn more
  1. DZone
  2. Data Engineering
  3. Data
  4. Exploring the Next Gen of Alternative Data With the Coord Shared Vehicle API

Exploring the Next Gen of Alternative Data With the Coord Shared Vehicle API

What does the next generation of alternative data with the Coord Shared Vehicle API look like? Read this article to find out.

Kin Lane user avatar by
Kin Lane
·
Sep. 28, 18 · Opinion
Like (2)
Save
Tweet
Share
5.85K Views

Join the DZone community and get the full member experience.

Join For Free

As part of our work on the API Gallery, we are always looking for interesting new sources of alternative data, adding to some of the more common sources like Twitter and Facebook. It takes a lot of work to discover and profile the growing number of APIs available across the landscape. It takes even more work to get to know what each of the APIs offer and where the data fits into the bigger picture when it comes to making investments or operating your company. One interesting API provider we've come across lately is Coord, who offers a number of transportation related APIs, but we found their Shared Vehicle (Bike+Scooter) API to be of particular interest. The Coord Shared Vehicle API "provides information about bike and scooter share systems, including available vehicles and prices." Providing an opportunity for alternative data that has the potential to paint an interesting picture of a rapidly growing area of the investment landscape. By aggregating available data across the manual bicycle, pedal-assist electric bicycle, and often volatile two-wheeled electric scooter market.

A basic cURL API call to the Coord Shared Vehicle (Bike+Scooter) API looks something like this:

curl -G "https://api.coord.co/v1/sv/location?latitude=40.73935542&longitude=-73.99931783&radius_km=0.1&access_key=<your_api_key"


Which makes for a pretty compelling use case for proxying the Coord API, and streaming real-time data about the location and availability of bikes and scooters using a Streamdata.io connection, with the following command cURL command:

curl -v "https://streamdata.motwin.net/http://api.coord.co/v1/sv/location?latitude=40.73935542&longitude=-73.99931783&radius_km=0.1&access_key=[coord api key]&X-Sd-Token=[streamdata api key]"

Turning the request and response Coord API into a streaming Server-Sent Event (SSE) API and only sending updates when availability has changed. Opening up the potential for an event-driven layer to be added to the landscape in which Coord is working to map out. Some API consumers will be looking for real-time streams of data, but it also demonstrates the potential for more meaningful events to be identified and pushed out to consumers as they occur.

The Coord Shared Vehicle API is just one of several transportation APIs the company is offering. Providing a compelling look at the expanding world of alternative data and how APIs are being used to provide access to not just active virtual spaces like Facebook and Twitter, but also to our physical world. We have more stories planned about Coord and the other APIs they offer, showcasing the opportunities for delivering event-driven API infrastructure as part of the constantly evolving world of personal transportation in cities around the globe.

API Data (computing)

Published at DZone with permission of Kin Lane, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Debezium vs DBConvert Streams: Which Offers Superior Performance in Data Streaming?
  • 10 Most Popular Frameworks for Building RESTful APIs
  • Apache Kafka Is NOT Real Real-Time Data Streaming!
  • What Are SLOs, SLIs, and SLAs?

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends: