Get Feature By Id
get_feature_by_idSupport table for an exact caniuse feature id.
Use when the id is already known, for example from a previous search. No fuzzy matching is applied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Exact caniuse feature id, e.g. "css-has". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | No | ||
| title | Yes | ||
| feature | Yes | Resolved caniuse feature id. | |
| meaning | Yes | One sentence, safe to show a user verbatim. | |
| support | Yes | Per-browser detail, keyed by caniuse browser id. | |
| description | No | ||
| safe_to_use | No | True only when global support is at least 90% AND no major browser is missing it. A conservative single answer. | |
| other_matches | No | Other features the query could have meant. | |
| resolved_from | No | The query that was matched, so a caller can see what it actually asked about. | |
| unsupported_in | No | Major browsers whose newest release still does not support it. | |
| global_partial_percent | No | ||
| global_support_percent | No | Percentage of tracked global users on a browser version that fully supports it. |