Scene.Scene:
This object gives access to Scene data in Blender.
Scene.SceneObjects:
This object gives access to the Objects in a Scene in Blender.
Sound.Sound:
This object gives access to Sounds in Blender.
Curve.SurfNurb:
This object provides access to the control points of the surfaces
that make up a Blender Curve.
Text.Text:
This object gives access to Texts in Blender.
Text3d.Text3d:
This object gives access Blender's Font objects
Texture.Texture:
This object gives access to Texture-specific data in Blender.
Theme.Theme:
This object gives access to Themes in Blender.
Theme.ThemeSpace:
There is a sub-theme for each space in Blender (except for the
Scripts window, but it will be added soon).
Theme.ThemeUI:
This can be accessed with theme.get(t), where t can be 'ui' or -1.
TimeLine.TimeLine:
This object wraps the current Scene's time line context in Blender.
Mathutils.Vector:
This object gives access to Vectors in Blender.
World.World:
This object gives access to generic data from all worlds in
Blender.
Bpy_data.libBlockSeq:
This provides a unified way to access and manipulate data types in
Blender (scene, object, mesh, curve, metaball, material, texture,
image, lattice, lamp, camera, ipo, world, font, text, sound,
groups, armatures, actions).