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.
openapi: 3.2.0
info:
title: PontoFato Okf API
version: 2d690e87
description: 'Ponto e fato de um lugar no Brasil. Índice: GET /api/.'
servers:
- url: https://pontofato.com
tags:
- name: Okf
paths:
/okf/{arquivo}:
get:
operationId: get_okf_by_arquivo
summary: 'Bundle OKF (Open Knowledge Format v0.1): markdown com frontmatter para o agente…'
description: 'Devolve: `text/markdown`. Comece por `/okf/index.md`, que lista o bundle.'
parameters:
- name: arquivo
in: path
required: true
schema:
type: string
responses:
'200':
description: '`text/markdown`. Comece por `/okf/index.md`, que lista o bundle.'
'404':
description: Arquivo fora do bundle.
tags:
- Okf