# Erasmus+ Mobility Grant & Scholarship Guide

> Erasmus+ Mobility Grant & Scholarship Guide is a paid API for AI agents from scholarpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-16).

Returns EU Erasmus+ student mobility grant amounts by country group, application process details, and Erasmus Mundus full scholarship information

## Facts

- Endpoint: GET https://scholarpulse.theaslangroupllc.com/api/erasmus
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/erasmus-mobility-grant-scholarship-guide-a1c79d7b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_726X1K4RxXdoBfnzn7Hs6

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability erasmus-mobility-grant-scholarship-guide-a1c79d7b
```

Example prompt: Can you look up the Erasmus+ grant amounts available for a student from a Program Country going to a Group 2 destination, walk me through the application process, and also explain how the Erasmus Mundus full scholarship works?

## When to prefer this

Choose this endpoint when a user needs authoritative, structured information about EU Erasmus+ student mobility grants — especially country-group-specific amounts, the application process, or Erasmus Mundus full scholarships — rather than a broad global scholarship search or US-specific financial aid guidance.

## Known failure modes

- Invalid or unrecognized country group returns an error or empty grant amounts
- Network timeout if the endpoint is slow to respond
- Stale data if grant amounts have been updated by the EU and the service has not refreshed
- Missing parameters may result in generic rather than tailored grant information

## How this service works

Erasmus+ guide for student and study-abroad agents. Returns EU student mobility grants, amounts by country group, the application process, and Erasmus Mundus full scholarships.

## Output

Returns structured data covering EU student mobility grant amounts broken down by destination country group, step-by-step application process guidance, and details on Erasmus Mundus full scholarships including eligibility and funding scope.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "to": {
       "type": "string",
       "description": "Germany | Netherlands | Sweden | Ireland | any EU/EEA country"
      },
      "from": {
       "type": "string",
       "description": "Spain | Germany | Italy | France | Poland | any EU/EEA country"
      },
      "field": {
       "type": "string",
       "description": "engineering | business | medicine | arts"
      },
      "level": {
       "type": "string",
       "description": "undergraduate | masters | phd"
      },
      "duration": {
       "type": "string",
       "description": "6 (months, optional)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "grant": {
   "duration": "5 months",
   "total_grant": "4,000-5,000 EUR",
   "country_group": "Group A (highest)",
   "monthly_amount_eur": "800-1,000 EUR/month"
  },
  "program_fit": {
   "action": "KA131 (EU student exchange)",
   "eligible": true
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/erasmus-mobility-grant-scholarship-guide-a1c79d7b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scholarpulse.theaslangroupllc.com](https://www.zero.xyz/host/scholarpulse.theaslangroupllc.com/llms.txt)
