API 4Volei

Documentación interactiva - Prueba los endpoints en tiempo real

Base URL: https://4volei.vercel.app
Explorar Endpoint

Configura filtros y prueba la API en tiempo real.

Partidos
https://4volei.vercel.app/api/public/matches?limit=10
Ejemplos de integración

JavaScript (Fetch)

fetch('https://4volei.vercel.app/api/public/matches?limit=10') .then(res => res.json()) .then(data => { console.log('Partidos:', data.data); // Renderizar en tu sitio web });

cURL

curl -X GET "https://4volei.vercel.app/api/public/matches?limit=10" -H "Content-Type: application/json"

¿Necesitas ayuda con la integración?Contáctanos

Rate limit: 100 requests por minuto por IP