Public
HTTP (deprecated)
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Readme

Public API for 1- to 2-sentence descriptions of numbered bears.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
export const jsonOkExample = () =>
Response.json({
"template": {
"name": "",
"description": "",
"identification": "",
"details": "",
},
"480": {
"name": "Otis",
"description": "Adult male bear believed to be at least 28 years old.",
"identification": "",
"details": "",
},
"128": {
"name": "Grazer",
"description": "Adult female about 18 years old.",
"identification": "Light blonde coat with distinct round, wide-set ears.",
"details": "",
},
"151": {
"name": "Walker",
"description":
"Adult male bear born in 2007 and has grown to be among the largest bears to frequent Brooks Falls.",
"identification": "",
"details": "",
},
"634": {
"name": "Popeye",
"description": "Adult male bare with distinctive shoulder hump and dark forearms. First identified in 2002.",
"identification": "Distinctive shoulder hump with dark forearms.",
"details": "",
},
"747": {
"name": "",
"description": "Adult male bear among the largest and most dominant at Brooks Falls. First identified in 2004.",
"identification": "",
"details": "",
},
"775": {
"name": "Lefty",
"description": "an adult male who was first identified in 2004 and often appears at Brooks River in the Fall.",
"identification": "",
"details": "",
},
"903": {
"name": "Gully",
"description": "Young adult male, likely offspring from the 2016 litter of 128 Grazer.",
"identification": "Blonde coat",
"details": "",
},
"907": {
"name": "",
"description":
"Adult male bear born in 2015. Frequently fishes in the 'jacuzzi' area below Brooks Falls with distinct head-swiveling motion.",
"identification": "Masked look.",
"details": "",
},
});
chrisco-bearfacts.web.val.run
June 28, 2024