Socket
Book a DemoInstallSign in
Socket

uol-simple-api-futebol

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uol-simple-api-futebol

Uma API simples que pega os jogos da UOL formatados e retorna

1.0.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

uol-simple-api-futebol

Uma API Simples para buscar os jogos que irão acontecer no dia através do portal UOL

Como utilizar?

Instale o projeto utilizando npm install uol-simple-api-futebol

import getGames from 'uol-simple-api-futebol';

const games = await getGames("21-08-2025");

Agora é só utilizar o retorno para o que precisa: Exemplo do retorno:

// Exemplo de retorno que terá
[
  {
    campeonato: 'Paulista Feminino',
    hora: '15H',
    times: [ 'REA', 'COR' ],
    canais: [ 'Space/Max', 'CazéTV', 'Record News' ],
    date: 2025-08-21T18:00:00.000Z
  },
  {
    campeonato: 'Libertadores',
    hora: '19H',
    times: [ 'LDU', 'BOT' ],
    canais: [ 'Paramount+' ],
    date: 2025-08-21T22:00:00.000Z
  },
  {
    campeonato: 'Copa Sul-Americana',
    hora: '19H',
    times: [ 'GOD', 'CAM' ],
    canais: [ 'ESPN', 'Disney+' ],
    date: 2025-08-21T22:00:00.000Z
  },
  {
    campeonato: 'Libertadores',
    hora: '21H30',
    times: [ 'PAL', 'UNI' ],
    canais: [ 'ESPN', 'Disney+' ],
    date: 2025-08-22T00:30:00.000Z
  },
  {
    campeonato: 'Copa Sul-Americana',
    hora: '21H30',
    times: [ 'LAN', 'CEN' ],
    canais: [ 'Paramount+' ],
    date: 2025-08-22T00:30:00.000Z
  },
  {
    campeonato: 'Libertadores',
    hora: '21H30',
    times: [ 'RIV', 'LIB' ],
    canais: [ 'Paramount+' ],
    date: 2025-08-22T00:30:00.000Z
  }
]

Keywords

uol

FAQs

Package last updated on 04 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.