One Degree · Arazzo Workflow

One Degree — find and detail a nearby service

Version 1.0.0

Search opportunities by location, then load the top result's details and schedule.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanyNon-ProfitSocial ServicesCommunity ResourcesHuman ServicesPublic BenefitHousingOpen DataCivic TechArazzoWorkflows

Provider

one-degree

Workflows

findNearbyService
Full-text + geo search for opportunities, then fetch details and schedule for the first match.
2 steps inputs: api_key, distance, lat, long, text
1
searchOpportunities
2
getDetails

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: One Degree — find and detail a nearby service
  version: 1.0.0
  summary: Search opportunities by location, then load the top result's details and schedule.
sourceDescriptions:
- name: opportunitiesApi
  url: ../openapi/one-degree-opportunities-api-openapi.yml
  type: openapi
workflows:
- workflowId: findNearbyService
  summary: Full-text + geo search for opportunities, then fetch details and schedule for the first match.
  inputs:
    type: object
    properties:
      api_key: {type: string}
      text: {type: string, default: health clinic}
      lat: {type: number, default: 32.750010}
      long: {type: number, default: -117.101700}
      distance: {type: number, default: 40}
  steps:
  - stepId: searchOpportunities
    operationId: listOpportunities
    parameters:
    - name: api_key
      in: query
      value: $inputs.api_key
    - name: query[text]
      in: query
      value: $inputs.text
    - name: query[lat]
      in: query
      value: $inputs.lat
    - name: query[long]
      in: query
      value: $inputs.long
    - name: query[distance]
      in: query
      value: $inputs.distance
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      opportunity_id: $response.body#/0/id
  - stepId: getDetails
    operationId: getOpportunity
    parameters:
    - name: api_key
      in: query
      value: $inputs.api_key
    - name: opportunity_id
      in: path
      value: $steps.searchOpportunities.outputs.opportunity_id
    successCriteria:
    - condition: $statusCode == 200

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/one-degree-find-services"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.