Federal Grants API
BusinessMANTENIDA1 token / llamada

Federal Grants API

Cada oportunidad de financiamiento federal de EE.UU., buscable. La base de datos completa de Grants.gov — 83.367 oportunidades de 49 agencias desde 2003, incluidas todas las publicadas actualmente y los pronosticos de agencias — sincronizada cada noche desde el extracto oficial. Cada subvencion lleva su perfil completo: numero de oportunidad, agencia, instrumentos de financiamiento, categorias, numeros CFDA/Assistance Listing, elegibilidad decodificada (pequenas empresas, ONGs 501(c)(3), universidades...), techo/piso de adjudicacion, financiamiento total estimado, numero esperado de adjudicaciones, fechas clave y descripcion completa. El estado (pronosticada / publicada / cerrada / archivada) se deriva de las fechas al momento de la consulta, asi que nunca queda obsoleto — nuestros conteos coinciden con la busqueda de Grants.gov con a lo sumo un dia de deriva. Busqueda de texto completo sobre titulos Y descripciones, filtros por estado, agencia, categoria, elegibilidad, numero CFDA, techo minimo o fecha de publicacion, y consulta por ID o numero. Herramientas de redaccion de subvenciones, investigacion de prospectos para ONGs, oficinas universitarias de investigacion y productos de alertas de financiamiento — el archivo historico es el foso.

Sin tarjeta de créditoAcceso a más de 20 APIsCancela cuando quieras
response.json
{
  "ok": true,
  "grant": {
    "opportunity_id": 359855,
    "number": "RFA-CA-27-020",
    "title": "Advanced Development of Informatics Technologies for Cancer Research and Management (U24 Clinical Trial Optional)",
    "agency_code": "HHS-NIH11",
    "agency_name": "National Institutes of Health",
    "top_agency": "HHS",
    "category": "Discretionary",
    "category_explanation": null,
    "funding_instruments": [
      "Cooperative Agreement"
    ],
    "funding_categories": [
      "Health"
    ],
    "cfda_numbers": [
      "93.393",
      "93.394",
      "93.395",
      "93.396",
      "93.399"
    ],
    "eligible_applicants": [
      "State governments",
      "County governments",
      "City or township governments",
      "Special district governments",
      "Independent school districts",
      "Public and State controlled institutions of higher education",
      "Native American tribal governments (Federally recognized)",
      "Public housing authorities/Indian housing authorities",
      "Native American tribal organizations (other than Federally recognized)",
      "Nonprofits with 501(c)(3) status (non-higher-education)",
      "Nonprofits without 501(c)(3) status (non-higher-education)",
      "Private institutions of higher education",
      "For-profit organizations (other than small businesses)",
      "Small businesses",
      "Others"
    ],
    "eligibility_info": "Refer to Section III. Eligibility Information in the NOFO for additional information on eligibility.Foreign Organizations/Foreign Collaborations:Non-domestic (non-U.S.) Entities (Foreign Organizations) are eligible to apply.Non-domestic (non-U.S.) components of U.S. Organizations are eligible to apply.Foreign components, as defined in the NIH Grants Policy Statement, are allowed.",
    "post_date": "2026-05-21",
    "close_date": "2026-10-19",
    "close_date_explanation": null,
    "archive_date": "2026-12-19",
    "last_updated": "2026-05-21",
    "award_ceiling": 600000,
    "award_floor": 50000,
    "total_funding": 2600000,
    "expected_awards": 3,
    "cost_sharing": false,
    "is_forecast": false,
    "fiscal_year": null,
    "description": "This Notice of Funding Opportunity (NOFO) invites applications for advanced development and enhancement of emerging informatics technologies to improve the acquisition, analysis, visualization, and interpretation of data across the cancer research continuum including cancer biology, cancer treatment and diagnosis, early cancer detection, risk assessment and prevention, cancer control and epidemiology. As a component of the NCI's Informatics Technology for Cancer Research (ITCR) Program, this NOFO is focused on advancing emerging informatics technology, defined as one that has passed the initial prototyping and pilot development stage, has demonstrated potential to have a significant and broader impact, has compelling reasons for further improvement and enhancement, and has not been widely adopted in the cancer research field. To be successful, proposed development plans must have a clear rationale for why the proposed technology is needed and how it will benefit the cancer research field. In addition, mechanisms to solicit feedback from driving cancer research projects as well as the broader user community throughout the development process must be included.This NOFO invites applications for the enhancement and dissemination of emerging, user-friendly informatics technologies that support a wide range of cancer research, including discovery biology, population studies, as well as clinical and translational research. The emphasis is on uniqueness and potential impact on cancer research. In addition, all projects proposed in response to this NOFO must involve the following general attributes:Potential to advance driving cancer research projects and the cancer research field in general;Offers clear advantages over competing technologies in the targeted cancer research domain;Provides compelling plans and processes for supporting and engaging end users to evaluate and apply the tool or resource;Provides plans for advancing use of the tool or resource by the targeted community through collaboration, outreach, and training;Provides a realistic timeline and milestones for technology development.",
    "url": null,
    "contact_email": "nciitcr@mail.nih.gov",
    "updated_at": "2026-09-06 05:36:26",
    "status": "posted"
  },
  "grants_gov_url": "https://www.grants.gov/search-results-detail/359855"
}
4endpoints
1tokens / llamada
99.9%SLA de disponibilidad
Lowlatencia promedio

Por qué los desarrolladores eligen esta API

Lista para producción

Listo para producción

Infraestructura probada en producción con un SLA de disponibilidad del 99,9 %. Límites de uso generosos y respuestas consistentes.

Integración sencilla

REST + JSON estándar. Funciona con cualquier cliente HTTP. Fragmentos de código listos para copiar en 4 lenguajes.

Una clave, más de 20 APIs

Tu suscripción a DataAndAPIs desbloquea todas las APIs de la plataforma: anime, finanzas, deportes y más.

Fragmentos de código

Una instalación. Todos los endpoints.

No necesitas SDKs propietarios. Funciona con cualquier cliente HTTP. Elige tu lenguaje y pega el código.

3lenguajes
4endpoints
RESTarquitectura
1clave para todas las APIs
  • Respuestas totalmente tipadas — autocompletado en tu IDE
  • Sigue la API al día — los nuevos endpoints llegan el mismo día
  • Una sola clave funciona en más de 20 APIs de la plataforma
import axios from 'axios';

const { data } = await axios.get(
  '{API_URL}',
  { headers: { 'X-Api-Key': process.env.API_KEY } }
);

🔒 Suscríbete para desbloquear la URL real de la API

Zona de pruebas para desarrolladores

Explora los endpoints

Explora los parámetros de solicitud e inspecciona ejemplos de respuesta en vivo.

Endpoints disponibles

Parámetros de la solicitud

URL de la API

Suscríbete para ver la URL de la API

Encabezados

X-Api-Key

Suscríbete para ver la URL real de la API

import axios from 'axios';

const url = '{API_URL}';
const { data } = await axios.get(url, {
  headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});

Precios

Una suscripción. Todas las APIs.

Los tokens desbloquean esta API y más de 20 más en DataAndAPIs. Cambia de API cuando quieras.

GRATIS

$0/mes

500 tokens / mes

  • Acceso a todas las APIs
  • Tokens se renuevan mensualmente
  • Soporte comunitario
Comienza gratis
Más Popular

STARTER

$6.99/mes

25.000 tokens / mes

  • Acceso a todas las APIs
  • Tokens se renuevan mensualmente
  • Soporte por email
Suscribirse

PRO

$24.99/mes

100.000 tokens / mes

  • Acceso a todas las APIs
  • Tokens se renuevan mensualmente
  • Soporte por email prioritario
Suscribirse

ULTRA

$99.99/mes

1.000.000 tokens / mes

  • Acceso a todas las APIs
  • Tokens se renuevan mensualmente
  • Soporte prioritario
Suscribirse

¿Necesitas mayor volumen, infraestructura dedicada o un contrato personalizado? Habla con ventas →

Preguntas frecuentes

Lo que realmente frena la mejora de plan.

Lanza Federal Grants API esta tarde.

500 tokens gratis. Sin tarjeta. Y más de 20 APIs más con la misma clave.