API de Python for Blender

Hi:
I’m working whit Blender in a animation project.
The goal of this project is to do the Humanoide Animation from the reading of a file. Its have parameters that are Humanoide positions.
This is across Pyhon Scrips.

My quetions is if there is documentation of API for Blender more detailed that the API of Blender of the section documentation.

Sorry, My english isn’t very good.

More detailed? I suppose you are refering to the python api documentation. If so then this is the most detailed that you’ll get as this contain everything the Python api can provide for the moment.
Are you looking for something in particular?

Thanks.
I’m looking for information about the Armature Object. I want to know how can I move a bone to specific position considering that comprises of a skeleton with a Python Script . Also I want to know more about of parameters that return the functions specified in API.

Hi!

how can I to get the all bone positions of a Object Armature in the scene in a specified keyframe. There is something python script?

Exists some way to obtain a position of the movement of a bones of an Armature Object in Blender?