placeskull is a simple placeholder graphics service. It returns scalable vector graphics of random skulls in dimension and color as defined in the url. placeskull was inspired by popular placeholder graphic services such as placekitten.com and placehold.it.
<img src="http://placeskull.com/170/170">
placeskull.com/{width}/{height}/{color}/{img_id}/{print_dimensions}
First and second URL parameters define the desired dimensions of the output image.
default: width: "500", height: "500"
placeskull.com/{width}/{height}/{color}/{img_id}/{print_dimensions}
The third URL parameter defines the imgage background color. It accepts six-digit hexadecimal color codes.
default: "000000"
placeskull.com/{width}/{height}/{color}/{img_id}/{print_dimensions}
You can set the fourth URL parameter to fetch a specific skull from the list below.
default: random
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
placeskull.com/{width}/{height}/{color}/{img_id}/{print_dimensions}
You can set the fifth URL parameter to print out image dimensions.
default: "0"
All provided graphics are licensed under Creative Commons Attribution ShareAlike 3.0.
You are free to: