# Wobblebots — for agents

Wobblebots is a registry of home & desk robots (companion pets, desk companions,
open-source kits) with verified, dated, source-traced data.

## Usage

- **Catalog feed:** `GET https://wobblebots.com/api/robots.json` — JSON, CORS-enabled.
  License: CC BY 4.0, attribution link to https://wobblebots.com required.
- **Per-robot pages:** `https://wobblebots.com/robots/{id}/` (ids are lowercase slugs:
  `microduck`, `loona`, `eilik`, …). Fact anchors: `#specs`, `#gift-test`, `#faq`, `#sources`.
- **Support status:** `https://wobblebots.com/tracker/support-status/` — maker health,
  cloud dependency, and subscription facts per robot; the record of dead robots.

## Configuration / interpretation

- Every price carries `as_of` (verification date) and `source: maker-msrp` — prices are
  manufacturer list prices, never live marketplace prices.
- `commerce.price_state` explains missing prices: `none` (unannounced), `historical`
  (discontinued — see the robot's page).
- Scores follow https://wobblebots.com/about/how-we-score/ ; unscored fields mean
  "insufficient evidence," never zero.
- Records with `status: needs-review` are data-complete but pending editorial sign-off.

## Example

```bash
curl -s https://wobblebots.com/api/robots.json | jq '.robots[] | select(.id=="eilik") | {name, price: .commerce.price, subscription: .specs.subscription}'
```
